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.

Hvad er WME Geometries?

WME Geometries er en Chrome-udvidelse udviklet af Timbones, og dens hovedfunktion er "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.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download WME Geometries-udvidelses-CRX-fil

Download WME Geometries-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn WME Geometries WME Geometries
ID mionbipikpceobilcmdlohhlencmhiea
Officiel URL https://chromewebstore.google.com/detail/wme-geometries/mionbipikpceobilcmdlohhlencmhiea
Beskrivelse 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.
Filstørrelse 6.37 KB
Antal Installationer 909
Nuværende Version 1.4
Senest Opdateret 2018-05-06
Udgivelsesdato 2018-05-06
Bedømmelse 4.50/5 Samlet 10 Bedømmelser
Udvikler Timbones
Betalingsmetode free
Understøttede Sprog 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"
    ]
}