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.

Qu'est-ce que WME Geometries ?

WME Geometries est une extension Chrome développée par Timbones, et sa fonction principale est "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.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension WME Geometries

Téléchargez les fichiers d'extension WME Geometries au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom WME Geometries WME Geometries
ID mionbipikpceobilcmdlohhlencmhiea
URL Officiel 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.
Taille du Fichier 6.37 KB
Nombre d'Installations 909
Version Actuelle 1.4
Dernière Mise à Jour 2018-05-06
Date de Publication 2018-05-06
Évaluation 4.50/5 Total 10 Évaluations
Développeur Timbones
Type de Paiement free
Langues Prises en Charge 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"
    ]
}