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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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