-
Notifications
You must be signed in to change notification settings - Fork 130
Add support for "mapnik-geometry-type" in filters #207
Conversation
We've been using this in staging for these 3 weeks and it works fine. Anything I could do to help merging this in ? |
I'd prefer to rename this in mapnik to something that will work long term rather than embed compatibility in the carto code. Ideally mapnik-reference could be used to declare the name of this magic word across mapnik versions (once/if we rename). |
We're using |
any news about this ? |
sorry, no news. lost track of this. Each time I have a moment to work on exposing it in mapnik-reference I see the need for other fixes. I'll put this back on my list though. |
Isn't this patch just adding a shorthand of |
So it looks, but the consequence is you can use mapnik-geometry-type with no quotes, as suggested by @artemp here: #180 (comment) We've been using |
That ticket seems to think |
I don't now if it'll ever be implemented in mapnik, given mapnik already exposes the pseudo-attribute |
@springmeyer any chance to look at this ? |
no chance yet, need some time to thing about the big picture of this. |
Everyone happy about using |
Closing; everyone is on board for |
This is a simple implementation of support for
mapnik-geometry-type
use in filters.See #180
I'm probably missing something about the use of variables (ie: should we allow a variable to expand to "mapnik-gemetry-type" ? I suppose that part isn't implemented).
Also, this implementation doesn' t use any support of mapnik-reference