-
Notifications
You must be signed in to change notification settings - Fork 8
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
Restructure gazetteer "properties" object of a feature #17
Comments
@dasulit hmm, I'm just recalling now that I totally forgot to include the |
I think a specific zoom level still makes sense for now! It keeps every gazetteer feature specific and narrow, which is great as a starting point for upstream Q/A needs. A single value makes a lot of sense for usage with the Static API, though I can see where a range might eventually make sense in a GL application. |
Here's the feature structure I've been playing with in carto-cam. It's principally the same as above, with some changes to vocab:
I like the organization of @nickidlugash what do you see as the next steps to converting gazetteer to this model? From my prototyping, I fear the only way is by lots of handwriting. 😧 |
I feel pretty confident in this approach 👍
😬 @dasulit Ya, given the extent of the changes (and the fact that we should strip out less critical tags from the places to keep them more focused), it seems like writing a reasonable conversion script would take just as long as porting these by hand. I'm still happy to port the road features 👍 |
@nickidlugash 👍 I'll be porting over at least the existing city (place_label) features and the landuse features today! |
@dasulit what do you think about including
|
@dasulit Flagging that I've added an example of a
Is this accounted for upstream? We could add values but they would not be very meaningful. Some building features will have meaningful values to add, but some don't. |
@nickidlugash including I hadn't thought about what happens when we don't have valuable |
Per chat with @dasulit we're adding 2 optional top-level keys:
|
@dasulit any thoughts on what to name this key? 🤔 |
"Collection" is my favorite so far! "set", "series"? |
"compilation"? "edit"? |
@dasulit Perhaps |
@nickidlugash "edit" as a noun meaning something like "curation", but I think your instinct is right ("collection" or "set" are more accurate). Google's definition of the noun edit affirms that :P |
Per chat, going with |
Er, actually I guess |
@dasulit here's the structure we've currently decided on for geojson features – does this look accurate?
* = optional key Note: currently |
...aaaaand switching from |
Looks awesome @nickidlugash Nit you may have noticed, but just in case, |
@dasulit ohh thanks, updated above 👍 |
Next steps:
data_layer
andkey:value
, based on: vector tile spec?@dasulit
The text was updated successfully, but these errors were encountered: