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是由Timbones開發的Chrome擴展程式,該擴展的主要功能是“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

下載WME Geometries擴展crx文件

下載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
官方網址 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"
    ]
}