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.

Wat is WME Geometries?

WME Geometries is een Chrome-extensie ontwikkeld door Timbones, en de belangrijkste functie 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.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie WME Geometries

Download WME Geometries-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam WME Geometries WME Geometries
ID mionbipikpceobilcmdlohhlencmhiea
Officiële URL https://chromewebstore.google.com/detail/wme-geometries/mionbipikpceobilcmdlohhlencmhiea
Beschrijving 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.
Bestandsgrootte 6.37 KB
Aantal Installaties 909
Huidige Versie 1.4
Laatst Bijgewerkt 2018-05-06
Publicatiedatum 2018-05-06
Beoordeling 4.50/5 Totaal 10 Beoordelingen
Ontwikkelaar Timbones
Betalingswijze free
Ondersteunde Talen 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"
    ]
}