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.

Vad är WME Geometries?

WME Geometries är en Chrome-tillägg utvecklad av Timbones, och dess huvudfunktion är "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.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner WME Geometries-förlängningens CRX-fil

Ladda ner WME Geometries-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn WME Geometries WME Geometries
ID mionbipikpceobilcmdlohhlencmhiea
Officiell webbadress https://chromewebstore.google.com/detail/wme-geometries/mionbipikpceobilcmdlohhlencmhiea
Beskrivning 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.
Filstorlek 6.37 KB
Antal Installationer 909
Aktuell Version 1.4
Senast Uppdaterad 2018-05-06
Publiceringsdatum 2018-05-06
Betyg 4.50/5 Totalt 10 Betyg
Utvecklare Timbones
Betalningssätt free
Stödda Språk 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"
    ]
}