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.

O que é WME Geometries?

WME Geometries é uma extensão do Chrome desenvolvida por Timbones, e sua principal característica é "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.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão WME Geometries

Baixe arquivos de extensão WME Geometries no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome WME Geometries WME Geometries
ID mionbipikpceobilcmdlohhlencmhiea
URL Oficial https://chromewebstore.google.com/detail/wme-geometries/mionbipikpceobilcmdlohhlencmhiea
Descrição 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.
Tamanho do Arquivo 6.37 KB
Contagem de Instalações 909
Versão Atual 1.4
Última Atualização 2018-05-06
Data de Publicação 2018-05-06
Classificação 4.50/5 Total de 10 Avaliações
Desenvolvedor Timbones
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}