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 to jest WME Geometries?

WME Geometries to rozszerzenie Chrome opracowane przez Timbones, a jego główną funkcją jest „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.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia WME Geometries

Pobierz pliki rozszerzeń WME Geometries w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa WME Geometries WME Geometries
ID mionbipikpceobilcmdlohhlencmhiea
Oficjalny URL https://chromewebstore.google.com/detail/wme-geometries/mionbipikpceobilcmdlohhlencmhiea
Opis 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.
Rozmiar pliku 6.37 KB
Liczba instalacji 909
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2018-05-06
Data Publikacji 2018-05-06
Ocena 4.50/5 Łącznie 10 Oceny
Deweloper Timbones
Typ Płatności free
Obsługiwane Języki 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"
    ]
}