-
Notifications
You must be signed in to change notification settings - Fork 189
Closed
Labels
enhancementNew feature or requestNew feature or requestgeoMaps and projectionsMaps and projectionsquestionFurther information is neededFurther information is needed
Description
It’d be nice if Plot.geo supported shorthand for GeoJSON properties, e.g.,
Plot.geo(counties, {fill: "rate"})
would be shorthand for
Plot.geo(counties, {fill: d => d.properties.rate})
I’m not sure how to do it, though, because in theory the properties could be on the features directly, and we’d still want it to work in that case.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgeoMaps and projectionsMaps and projectionsquestionFurther information is neededFurther information is needed