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.

Co je WME Geometries?

WME Geometries je rozšíření Chrome vyvinuté Timbones, a jeho hlavní funkcí je „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.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření WME Geometries

Stáhněte si soubory rozšíření WME Geometries ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název WME Geometries WME Geometries
ID mionbipikpceobilcmdlohhlencmhiea
Oficiální URL https://chromewebstore.google.com/detail/wme-geometries/mionbipikpceobilcmdlohhlencmhiea
Popis 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.
Velikost souboru 6.37 KB
Počet instalací 909
Aktuální Verze 1.4
Poslední Aktualizace 2018-05-06
Datum Vydání 2018-05-06
Hodnocení 4.50/5 Celkem 10 Hodnocení
Vývojář Timbones
Typ Platby free
Podporované Jazyky 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"
    ]
}