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.
What is WME Geometries?
WME Geometries is a Chrome extension developed by Timbones, and its main feature is "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.".
Extension Screenshots
Download WME Geometries Extension CRX File
Download WME Geometries extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | mionbipikpceobilcmdlohhlencmhiea |
Official URL | https://chromewebstore.google.com/detail/wme-geometries/mionbipikpceobilcmdlohhlencmhiea |
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. |
File Size | 6.37 KB |
Installation Count | 909 |
Current Version | 1.4 |
Last Updated | 2018-05-06 |
Publish Date | 2018-05-06 |
Rating | 4.50/5 Total 10 Ratings |
Developer | Timbones |
Payment Type | free |
Supported Languages | 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" ] } |