| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/ |
| H A D | osm.qdoc | 29 \page location-plugin-osm.html 44 The Open Street Map geo services plugin can be loaded by using the plugin key "osm". 49 This becomes relevant when using the OSM plugin on platforms, such as Android, for which SSL suppor… 51 parameter \e osm.mapping.providersrepository.address should be set to a user-specified repository, … 60 \note Since Qt 5.5 all parameters below must be prefixed with \c osm. Previous versions did not req… 68 \li osm.geocoding.host 70 …valid server url with the correct osm API. If not specified the default \l {http://nominatim.opens… 71 …entation is available at \l {https://wiki.openstreetmap.org/wiki/Nominatim}{Project OSM Nominatim}. 73 \li osm.geocoding.debug_query 76 \li osm.geocoding.include_extended_data [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/ |
| H A D | qgeotiledmappingmanagerengineosm.cpp | 72 const QByteArray pluginName = "osm"; in QGeoTiledMappingManagerEngineOsm() 73 if (parameters.contains(QStringLiteral("osm.mapping.cache.directory"))) { in QGeoTiledMappingManagerEngineOsm() 74 … m_cacheDirectory = parameters.value(QStringLiteral("osm.mapping.cache.directory")).toString(); in QGeoTiledMappingManagerEngineOsm() 86 QString domain = QStringLiteral("http://maps-redirect.qt.io/osm/5.8/"); in QGeoTiledMappingManagerEngineOsm() 87 if (parameters.contains(QStringLiteral("osm.mapping.providersrepository.address"))) { in QGeoTiledMappingManagerEngineOsm() 88 …QString customAddress = parameters.value(QStringLiteral("osm.mapping.providersrepository.address")… in QGeoTiledMappingManagerEngineOsm() 101 if (parameters.contains(QStringLiteral("osm.mapping.highdpi_tiles"))) { in QGeoTiledMappingManagerEngineOsm() 102 …const QString param = parameters.value(QStringLiteral("osm.mapping.highdpi_tiles")).toString().toL… in QGeoTiledMappingManagerEngineOsm() 201 if (parameters.contains(QStringLiteral("osm.mapping.custom.host")) in QGeoTiledMappingManagerEngineOsm() 202 || parameters.contains(QStringLiteral("osm.mapping.host"))) { in QGeoTiledMappingManagerEngineOsm() [all …]
|
| H A D | qgeoroutingmanagerengineosm.cpp | 54 if (parameters.contains(QStringLiteral("osm.useragent"))) in QGeoRoutingManagerEngineOsm() 55 m_userAgent = parameters.value(QStringLiteral("osm.useragent")).toString().toLatin1(); in QGeoRoutingManagerEngineOsm() 59 if (parameters.contains(QStringLiteral("osm.routing.host"))) in QGeoRoutingManagerEngineOsm() 60 m_urlPrefix = parameters.value(QStringLiteral("osm.routing.host")).toString().toLatin1(); in QGeoRoutingManagerEngineOsm() 65 if (parameters.contains(QStringLiteral("osm.routing.apiversion")) in QGeoRoutingManagerEngineOsm() 66 …&& (parameters.value(QStringLiteral("osm.routing.apiversion")).toString().toLatin1() == QByteArray… in QGeoRoutingManagerEngineOsm() 70 if (parameters.contains(QStringLiteral("osm.routing.traffic_side"))) { in QGeoRoutingManagerEngineOsm()
|
| H A D | qgeocodingmanagerengineosm.cpp | 79 if (parameters.contains(QStringLiteral("osm.useragent"))) in QGeoCodingManagerEngineOsm() 80 m_userAgent = parameters.value(QStringLiteral("osm.useragent")).toString().toLatin1(); in QGeoCodingManagerEngineOsm() 84 if (parameters.contains(QStringLiteral("osm.geocoding.host"))) in QGeoCodingManagerEngineOsm() 85 m_urlPrefix = parameters.value(QStringLiteral("osm.geocoding.host")).toString().toLatin1(); in QGeoCodingManagerEngineOsm() 89 if (parameters.contains(QStringLiteral("osm.geocoding.debug_query"))) in QGeoCodingManagerEngineOsm() 90 m_debugQuery = parameters.value(QStringLiteral("osm.geocoding.debug_query")).toBool(); in QGeoCodingManagerEngineOsm() 91 if (parameters.contains(QStringLiteral("osm.geocoding.include_extended_data"))) in QGeoCodingManagerEngineOsm() 92 …m_includeExtraData = parameters.value(QStringLiteral("osm.geocoding.include_extended_data")).toBoo… in QGeoCodingManagerEngineOsm()
|
| H A D | qplacemanagerengineosm.cpp | 101 if (parameters.contains(QStringLiteral("osm.useragent"))) in QPlaceManagerEngineOsm() 102 m_userAgent = parameters.value(QStringLiteral("osm.useragent")).toString().toLatin1(); in QPlaceManagerEngineOsm() 106 if (parameters.contains(QStringLiteral("osm.places.host"))) in QPlaceManagerEngineOsm() 107 m_urlPrefix = parameters.value(QStringLiteral("osm.places.host")).toString(); in QPlaceManagerEngineOsm() 112 if (parameters.contains(QStringLiteral("osm.places.debug_query"))) in QPlaceManagerEngineOsm() 113 m_debugQuery = parameters.value(QStringLiteral("osm.places.debug_query")).toBool(); in QPlaceManagerEngineOsm() 115 if (parameters.contains(QStringLiteral("osm.places.page_size")) in QPlaceManagerEngineOsm() 116 && parameters.value(QStringLiteral("osm.places.page_size")).canConvert<int>()) in QPlaceManagerEngineOsm() 117 m_pageSize = parameters.value(QStringLiteral("osm.places.page_size")).toInt(); in QPlaceManagerEngineOsm()
|
| H A D | osm_plugin.json | 2 "Keys": ["osm"], 3 "Provider": "osm",
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interconnect/ |
| H A D | qcom,osm-l3.yaml | 4 $id: http://devicetree.org/schemas/interconnect/qcom,osm-l3.yaml# 7 title: Qualcomm Operating State Manager (OSM) L3 Interconnect Provider 13 L3 cache bandwidth requirements on Qualcomm SoCs is serviced by the OSM. 14 The OSM L3 interconnect provider aggregates the L3 bandwidth requests 15 from CPU/GPU and relays it to the OSM. 20 - qcom,sc7180-osm-l3 21 - qcom,sdm845-osm-l3 22 - qcom,sm8150-osm-l3 57 compatible = "qcom,sdm845-osm-l3";
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapitems_backends/ |
| H A D | main.qml | 62 id: osm // use only one plugin, to avoid messing up the cache 63 name: "osm" 65 name: "osm.mapping.prefetching_style" 69 name: "osm.mapping.cache.memory.cost_strategy" 73 name: "osm.mapping.cache.memory.size" 77 name: "osm.mapping.cache.texture.cost_strategy" 81 name: "osm.mapping.cache.texture.size" 111 plugin: osm 222 plugin: osm
|
| /OK3568_Linux_fs/kernel/drivers/interconnect/qcom/ |
| H A D | osm-l3.c | 15 #include <dt-bindings/interconnect/qcom,osm-l3.h> 27 /* OSM Register offsets */ 311 { .compatible = "qcom,sc7180-osm-l3", .data = &sc7180_icc_osm_l3 }, 312 { .compatible = "qcom,sdm845-osm-l3", .data = &sdm845_icc_osm_l3 }, 313 { .compatible = "qcom,sm8150-osm-l3", .data = &sm8150_icc_osm_l3 }, 323 .name = "osm-l3", 330 MODULE_DESCRIPTION("Qualcomm OSM L3 interconnect driver");
|
| H A D | Makefile | 6 icc-osm-l3-objs := osm-l3.o 18 obj-$(CONFIG_INTERCONNECT_QCOM_OSM_L3) += icc-osm-l3.o
|
| H A D | Kconfig | 30 tristate "Qualcomm OSM L3 interconnect driver" 33 Say y here to support the Operating State Manager (OSM) interconnect
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/ |
| H A D | changes-5.5.1 | 29 - [QTBUG-47188] Fixed incorrect naming of OSM plugin's parameter. 30 The documentation mandates the osm prefix which was not used in 32 The required osm.places.host parameter was not handled at all. 33 - [QTBUG-47322] Added support for zoom level 19 to OSM plugin.
|
| H A D | changes-5.11.0 | 101 * Mapbox/OSM: OSRM backend now returns extended attributes for the maneuvers, such as 103 * Mapbox/OSM: OSRM backend now uses Waypoint's bearing when sending a route request. 104 * Mapbox/OSM: Added OSRM's {leg,step}_index extra attribute to QGeoManeuver. 108 * OSM: supported the query limit parameter in the nominatim backend.
|
| H A D | changes-5.6.2 | 38 - [QTBUG-54599] Added support for fetching OSM provider information from 42 - Added support for dynamically remove unavailable providers from the OSM 48 - [QTBUG-55371] Fixed OSM plugin geocoding feature
|
| H A D | changes-5.8.0 | 35 - [QTBUG-45284] Added offline data support and improved cache handling in OSM 39 selection of alternative providers by already deployed OSM applications in case 40 an OSM based default provider changes T&Cs.
|
| H A D | changes-5.11.2 | 27 * [QTBUG-68086] Documented potential SSL dependency in OSM provider. 30 * [QTBUG-59665] Removed indexing of offline data from OSM plugin.
|
| H A D | changes-5.9.2 | 42 - OSM 43 * [QTBUG-61637] Fixed OSM plugin not working with providersrepository.disabled = true
|
| H A D | changes-5.6.0 | 56 - Fixed dysfunctional tile cache for OSM plugin due to the server delivering JPEG 67 - [QTBUG-50240] Fixed OSM routing to handle changed server status code for a
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoserviceprovider/ |
| H A D | tst_qgeoserviceprovider.cpp | 76 QVERIFY(provider.contains(QStringLiteral("osm"))); in tst_availableServiceProvider() 129 QTest::newRow("osm") << QString("osm") in Q_DECLARE_METATYPE() 200 QVERIFY(provider.contains(QStringLiteral("osm"))); in tst_misc() 211 QStringLiteral("osm"), QVariantMap(), true); in tst_misc() 213 QStringLiteral("osm"), QVariantMap(), false); in tst_misc()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mappolyline_tester/ |
| H A D | main.qml | 61 id: osm // use only one plugin, to avoid messing up the cache 62 name: "osm" 90 plugin: osm 143 plugin: osm
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapobjects_tester/ |
| H A D | main.qml | 64 id: osm // use only one plugin, to avoid messing up the cache 65 name: "osm" 93 plugin: osm 137 plugin: osm
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/ |
| H A D | qtlocation-changes.qdoc | 75 …\li the \l{Qt Location Open Street Map Plugin}{OSM} plugin uses the \c osm prefix in front of each…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/ |
| H A D | main.cpp | 134 if (!args.contains(QStringLiteral("osm.useragent"))) in main() 135 … parameters[QStringLiteral("osm.useragent")] = QStringLiteral("QtLocation Mapviewer example"); in main()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/providers/5.8/ |
| H A D | street-hires | 2 "UrlTemplate" : "https://maps.wikimedia.org/osm-intl/%z/%x/%y@2x.png",
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/ |
| H A D | geoservices.pro | 9 qtConfig(geoservices_osm): SUBDIRS += osm
|