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.

Что такое WME Geometries?

WME Geometries - это расширение Chrome, разработанное Timbones, и его основная функция - "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.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения WME Geometries

Скачайте файлы расширений WME Geometries в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название WME Geometries WME Geometries
ID mionbipikpceobilcmdlohhlencmhiea
Официальный URL https://chromewebstore.google.com/detail/wme-geometries/mionbipikpceobilcmdlohhlencmhiea
Описание 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.
Размер файла 6.37 KB
Количество установок 909
Текущая Версия 1.4
Последнее Обновление 2018-05-06
Дата публикации 2018-05-06
Рейтинг 4.50/5 Всего 10 оценок
Разработчик Timbones
Тип оплаты free
Поддерживаемые языки 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"
    ]
}