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
官方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"
    ]
}