-
-
Notifications
You must be signed in to change notification settings - Fork 237
import marker color from kml or geojson #494
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
Comments
Hi You can even prepare all your datas directly, if you create a name and a description columns and fill them with the texts dedicated to them including the CSS style to format the rendering. |
I'm trying to get my head around to setting the pin-style in my csv, but whenever i try to import a _umap_options field, it dissappears, or at least, it doesn't style my pin? |
Hi, I'm here coming from https://help.openstreetmap.org/questions/82388/
I tried placing the color inside the "point" or inside the "Feature", none of these seems to work. |
Oh, sorry, didn't see you were talking about QGIS, my bad. I'll have a try. |
ok, finally got that. For others that follow the same path as me, here is a sample of something that works.
|
thanks a lot @skramm |
_umap_options is removed from the table view by design. The problem is not that, but the fact that in a CSV _umap_options is processed as a quoted string, not as raw JSON, so instead of { "color": "red" } it is processed as "{\"color": \"red\" }" and it ends up looking like a series of single characters options after processing.
I don't really think there is a way around it without converting your csv to GeoJSON first. Which is too bad because I was trying to use this from a remove google spreadsheet csv but indeed although I can pass the regular fields that way, no luck with passing per-record _umap_options. |
Hello,
I try to specify color of marker during an import but that don't seem effectiv.
I ever try other color format (kml, Umap Color..).
The text was updated successfully, but these errors were encountered: