Discussion for the unofficial, community-developed addons, extensions and scripts built for the Waze Map Editor.

The official index of these tools is the Community Plugins, Extensions and Tools wiki page.

Post by mincho77
I will check it with a shape file, then I'll tell you
mincho77
Global Champ Mentor
Global Champ Mentor
Posts: 1108
Has thanked: 318 times
Been thanked: 738 times
Send a message
Mauricio Otálvaro
https://s.waze.tools/gc.png
Waze Global Champ/Country Manager/Mentor/Localizator/Beta Tester/First Responder Member
Email: mincho77@gmail.com
https://s.waze.tools/beta.pnghttps://s.waze.tools/s1000.png
https://s.waze.tools/c6.png

Post by moweez
Only recently discovered this script and it helped me fine, thank you. Hope you have the time to update it.
moweez
Global Champ Mentor
Global Champ Mentor
Posts: 1243
Has thanked: 506 times
Been thanked: 514 times
Send a message

Post by n4dog
WME Geometries is not working when I try to use the beta version.
n4dog  
Country Manager
Country Manager
Posts: 723
Has thanked: 433 times
Been thanked: 163 times
Send a message
Griff - N4DOG
Alabama State Manager

Post by n4dog
Script is no longer working as of this morning
n4dog  
Country Manager
Country Manager
Posts: 723
Has thanked: 433 times
Been thanked: 163 times
Send a message
Griff - N4DOG
Alabama State Manager

Post by nidnarb
Thanks to this awesome script i was able to map all the national forest and national parks in my state. And I've even imported county roads to the map. I haven't been able to figure out is to import GiS address from parcels.

Only one thing, it possible to make the script remember the last imports so when you refresh you dont have to go and grab the file again??

thanks again!
nidnarb
Posts: 217
Has thanked: 30 times
Been thanked: 65 times
Send a message

Post by nidnarb
DauserShenkt wrote:
Kartografer wrote:
DauserShenkt wrote:3rd party sources (ie - where you would extract the GIS) are not to be used. Open Data/CC arguments have no relevance as Waze still has not given permission for 3rd party sources.
I'm no expert here, but in the United States, works by the federal government, such as maps of national parks created by the US Census Bureau (I am assuming nidnarb imported TIGER data), are in the public domain and are not subject to copyright in the USA. This is different from Creative Commons licensing, in which the owner retains copyright and allows free usage, and it's fairly unique. After all, our basemap comes from Census data.
Regardless of copyright status, source, Creative Commons , Open Data...what ever it is.. You can not use 3rd party sources for data.

Our best intentions and the law aside, Waze does NOT CARE>

Use google maps or nothing is their view, and this has not yet changed.
Look it up on the wiki. We are allowed to state and federal data. Don't spread false info please.

Sent from my Nexus 6P using Tapatalk
nidnarb
Posts: 217
Has thanked: 30 times
Been thanked: 65 times
Send a message

Post by PesachZ
Just loaded this awesome script up finally for the first time preparing for a project. I was wondering if there was a way for the script to optionally remember the Geometry files loaded, so I don't have to manually reload each one everytime I refresh the window.
Thanks for developing this it is making my project immensely easier.
PesachZ
Wiki Master
Wiki Master
Posts: 4518
Has thanked: 1365 times
Been thanked: 1572 times
Send a message
https://s.waze.tools/gc.pngNYhttps://j.mp/1xPiWC8https://j.mp/1C9mUY2
Formal Mentoring, Wiki
Useful Wiki pages
URs & etiquette | WME | Editing Manual | Quick-Start Guide | Best Map Editing Practices | Junctions
State specific Wiki | Forum

Post by PesachZ
Timbones wrote:
PesachZ wrote:I was wondering if there was a way for the script to optionally remember the Geometry files loaded, so I don't have to manually reload each one everytime I refresh the window.
Not easily, as browsers don't let scripts load local files without interaction from the user. It might be possible to stuff the geometry file into localStorage, but they can be exceedingly large. Loading a file directly from a remote server would be do able, but comes with other overheads.

:ugeek:
Perhaps as an option with the size warning. My files are 2-10kb each sometimes up to 100kb .

Sent from Android using Tapatalk
PesachZ
Wiki Master
Wiki Master
Posts: 4518
Has thanked: 1365 times
Been thanked: 1572 times
Send a message
https://s.waze.tools/gc.pngNYhttps://j.mp/1xPiWC8https://j.mp/1C9mUY2
Formal Mentoring, Wiki
Useful Wiki pages
URs & etiquette | WME | Editing Manual | Quick-Start Guide | Best Map Editing Practices | Junctions
State specific Wiki | Forum

Post by PesachZ
I'm trying to import a geojson file, but it gets stuck on loading, in the console I see

Code: Select all

Uncaught TypeError: Cannot read property 'length' of null(anonymous function) @ VM306:156
When I load the same file (coverted to KML) it works fine.

Here is the contents of the file that is failing.

Code: Select all

{
    "type": "FeatureCollection",
    "features": [
        {
            "type": "Feature",
            "id": "6",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.97566426545382,
                    40.77579732136521,
                    -1
                ]
            },
            "properties": {
                "name": "SL",
                "description": "Speed Limits",
                "Type": "note",
                "speed limit": "",
                "Comment": "no left turn",
                "created": "2016-03-15-19-50-28",
                "changed": "",
                "pictureFolder": "",
                "pictureName": "",
                "picturePath": "",
                "altitude": -1,
                "accuracy": -1
            }
        },
        {
            "type": "Feature",
            "id": "5",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.96929066628218,
                    40.77328066755879,
                    -1
                ]
            },
            "properties": {
                "name": "SL",
                "description": "Speed Limits",
                "Type": "End Work Zone",
                "speed limit": "30",
                "Comment": "",
                "created": "2016-03-15-19-50-17",
                "changed": "",
                "pictureFolder": "",
                "pictureName": "",
                "picturePath": "",
                "altitude": -1,
                "accuracy": -1
            }
        },
        {
            "type": "Feature",
            "id": "4",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.97115513682365,
                    40.77082308038672,
                    -1
                ]
            },
            "properties": {
                "name": "SL",
                "description": "Speed Limits",
                "Type": "School Zone Speed Limit",
                "speed limit": "20",
                "Comment": "",
                "created": "2016-03-15-19-49-50",
                "changed": "",
                "pictureFolder": "",
                "pictureName": "",
                "picturePath": "",
                "altitude": -1,
                "accuracy": -1
            }
        },
        {
            "type": "Feature",
            "id": "3",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.97395066916943,
                    40.76771408588452,
                    -1
                ]
            },
            "properties": {
                "name": "SL",
                "description": "Speed Limits",
                "Type": "Work Zone Speed Limit Sign",
                "speed limit": "35",
                "Comment": "test wz",
                "created": "2016-03-15-19-49-38",
                "changed": "",
                "pictureFolder": "",
                "pictureName": "",
                "picturePath": "",
                "altitude": -1,
                "accuracy": -1
            }
        },
        {
            "type": "Feature",
            "id": "2",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.97642333060503,
                    40.76477889299113,
                    -1
                ]
            },
            "properties": {
                "name": "SL",
                "description": "Speed Limits",
                "Type": "Speed Limit Sign",
                "speed limit": "35",
                "Comment": "test",
                "created": "2016-03-15-19-49-27",
                "changed": "",
                "pictureFolder": "",
                "pictureName": "",
                "picturePath": "",
                "altitude": -1,
                "accuracy": -1
            }
        },
        {
            "type": "Feature",
            "id": "1",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.9790753647685,
                    40.76010730387821,
                    -1
                ]
            },
            "properties": {
                "name": "SL",
                "description": "Speed Limits",
                "Type": "Speed Limit Sign",
                "speed limit": "25",
                "Comment": "",
                "created": "2016-03-15-19-49-13",
                "changed": "",
                "pictureFolder": "",
                "pictureName": "",
                "picturePath": "",
                "altitude": -1,
                "accuracy": -1
            }
        }
    ]
}
PesachZ
Wiki Master
Wiki Master
Posts: 4518
Has thanked: 1365 times
Been thanked: 1572 times
Send a message
https://s.waze.tools/gc.pngNYhttps://j.mp/1xPiWC8https://j.mp/1C9mUY2
Formal Mentoring, Wiki
Useful Wiki pages
URs & etiquette | WME | Editing Manual | Quick-Start Guide | Best Map Editing Practices | Junctions
State specific Wiki | Forum