WME Geometries
This script can load a geometry file and overlay it in the Waze Map Editor. See new section that has been added to the Areas tab.
Was ist WME Geometries?
WME Geometries ist eine Chrome-Erweiterung, die von Timbones entwickelt wurde, und ihr Hauptmerkmal ist "This script can load a geometry file and overlay it in the Waze Map Editor. See new section that has been added to the Areas tab.".
Erweiterungsscreenshots
WME Geometries-Erweiterungs-CRX-Datei herunterladen
Laden Sie WME Geometries-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This script can load a geometry file and overlay it in the Waze Map Editor. Simply go to the Areas tab on the left, and scroll down to the new controls that have been added. The data format is detected automatically using the file extension, and the following formats are supported: GeoJSON, GML, WKT, KML and GPX. If you need help getting your geometry files to load, please contact the author.
Grundlegende Informationen zur Erweiterung
Name | |
ID | mionbipikpceobilcmdlohhlencmhiea |
Offizielle URL | https://chromewebstore.google.com/detail/wme-geometries/mionbipikpceobilcmdlohhlencmhiea |
Beschreibung | This script can load a geometry file and overlay it in the Waze Map Editor. See new section that has been added to the Areas tab. |
Dateigröße | 6.37 KB |
Installationsanzahl | 909 |
Aktuelle Version | 1.4 |
Letztes Update | 2018-05-06 |
Veröffentlichungsdatum | 2018-05-06 |
Bewertung | 4.50/5 Insgesamt 10 Bewertungen |
Entwickler | Timbones |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WME Geometries", "short_name": "WME Geometries", "version": "1.4", "description": "This script can load a geometry file and overlay it in the Waze Map Editor. See new section that has been added to the Areas tab.", "content_scripts": [ { "matches": [ "https:\/\/www.waze.com\/editor\/*", "https:\/\/www.waze.com\/*\/editor\/*", "https:\/\/beta.waze.com\/*" ], "run_at": "document_idle", "js": [ "bootstrap.user.js" ] } ], "icons": [], "web_accessible_resources": [ "wme-geometries.user.js", "OpenLayers.js" ] } |