koopjs / koop

Transform, query, and download geospatial data on the web.
http://koopjs.github.io
Other
667 stars 128 forks source link

Custom styling / renderers #177

Closed jseppi closed 7 years ago

jseppi commented 9 years ago

Any plans for hooking up custom styling?

chelm commented 9 years ago

@jseppi Custom styling for FeatureServices or for things like images/tiles? I've done some toying with custom styling via the URL for tile generation but havent thought much about how to add styling into FeatureServices.

Would love to get your opinion or thoughts on what you may need

jseppi commented 9 years ago

For FeatureServices. Looks like the renderers are hardcoded currently (https://github.com/Esri/koop/tree/master/templates/renderers). For GeoJSON based providers (my provider, and the Github and Gist providers) perhaps it could abide by simplestyle spec to derive the styles.

chelm commented 9 years ago

@jseppi yup I can get with that. I'm creating a koop roadmap doc right now and will add this feature to the planned next release.

jseppi commented 9 years ago

:+1:

ungoldman commented 9 years ago

@chelm cool! let me know how it goes with the roadmap. would be great to get that in https://github.com/koopjs/koopjs.github.io too :wink:

chelm commented 9 years ago

@ngoldman started the roadmap https://github.com/Esri/koop/blob/master/ROADMAP.md

Added this to v2.2.0 milestone

dmfenton commented 7 years ago

two years later we'll be picking this back up!

chelm commented 7 years ago

almost to the day :1st_place_medal:

dmfenton commented 7 years ago

Thanks to @tomtom92 Koop and Winnow now support running classifications and generating renderers through the Geoservices API. Please try it out!