-
-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wishlist] Please export layer information in .geojson #174
Comments
There is now a "umap" format to export data and metadata. |
The umap format does not fix this (afaik) if you want to re-use your data in another setting, say in QGIS. |
Can you clarify what you want to do and what is missing for this? Situation: there is an "all data" geojson export and a uMap one (indeed dedicated for reuse in uMap)). |
I made a umap instance with about 1000 objects to verify in the field. I put these objects in a layer called "to verify". Then I made two empty layers ("verified", "special cases"), to which the terrain worker could move these objects. It would have been fine for me if:
Come to think of it, I could have taken the umap file, and use it to make a new umap instance. Then empty all the layers except one, then export as geojson. EDIT: I don't know if I changed something, but when I make layers invisible now, I do get an export of visible layers only. So that is in fact good enough for me. |
This is possible (but a bit click greedy): when exporting in geojson, only the visible layers will be considered, so you can export layers one by one by only showing them one by one. Does it help? |
Yes, as I indicated in my edit, this is OK for me. It just didn't work the first time I tried. |
I also would find it valuable if the layer name was included in the GeoJSON export. Either like this:
or like this:
Having it only in the "umap" format means you then need to convert that into GeoJSON. |
@stevage Since this issue is closed since almost two years, I would suggest to open a new one. |
Sounds legit, I'll have a try on it. |
Originally reported by: BitBucket: maniacbug, GitHub: maniacbug
Layers are a great organizational technique for markers/etc. Unfortunately, they are lost when exported. Perhaps the layer name could be included in the "properties" for each point.
The text was updated successfully, but these errors were encountered: