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.
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.
This would be extremely convenient.
So far, I have only used WME Geometries for overlaying DOT project files, and haven’t been much bothered by frequent reloads.
Even if human interaction were required to reload the files – would it be possible for WME Geometries to remember which files to reload, and then just prompt to allow them to be loaded?
I’ve been having trouble getting WME Geometries to load at all. I’m running Firefox 44 on Mac OSX 10.8.5 and the option to load a file doesn’t show up on loading the WME window, even when enabled with Greasemonkey. I have tried disabling the script, reloading the window, re-enabling the script and reloading the window again and it’s still not coming up. Anyone know what might be causing this issue and/or how to resolve it?
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??
This looks awesome, but I can’t get it to work on Firefox 45. If I am reading things correctly, it should put new controls in the areas tab. Is that right?
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.
That’s not what your wiki quote says. Your quote only refers to external information under copyright.
As I said, US Forest Service or Census maps are not under copyright in the United States. That’s why we have used this information for years. This is from https://www.usa.gov/government-works
CC and open data sources are under copyright, and I agree that they cannot be used, but that’s not what we’re talking about.
I appreciate the concern, and I enjoyed reading the discussion on sources that you were involved in on the Australia forum https://www.waze.com/forum/viewtopic.php?f=56&t=195213. However, copyright is the central issue in this discussion, and the links that glomp provided only talk about the use of copyrighted information, even in statements from Waze staff. I know that most governments, such as Australia, other countries and some US states, copyright their work. The US federal government really is unique in not doing this in the USA. In my job I read hundreds of journal articles daily, and the only time copyright is explicitly given up in articles is when they are the work of US government agents.
Does anyone know of an easy online way to convert GIS data in MDB format to a shapefile compatible with this script? I’ve searched online and found some applications that can be installed, but I do much of a my mapping work on a PC where I do not have full admin access and can’t install anything like that.
Alternatively, is there anyone here with routine access to ArcGIS willing to do those conversions every once in a while if we ask really nice and don’t do it too often?
I have ArcGIS and can do conversions for you, although it might not get done for a few weeks…
Send me a PM with details, and I’ll (eventually) look into it.
Unfortunately, for security reasons, browsers don’t allow scripts to load local files directly without user interaction. The only available solution is to store the entire file in “local storage”, but I’m reluctant to do that as they can be very large. (As I mentioned previously)
As requested by several people, I’ve updated the script to show labels for larger geometry files, up to 2500. I’ve not tested it much, but I think it will probably be okay for most people. It will also now show a label for the first attribute it finds that starts or ends with ‘name’. Please comment here with feedback.
If you need to tweak the script, then the variables maxlabels and labelname at the top of the file might be useful to you.
See Greasyfork for latest version. I’ll update the Chrome version whenever I can get around to it.