WebAPI edition using Leaflet:
What I have seen from the ThinkGeo samples are basically non-interactive tiles and they seem to work very good. But we need to implement stuff like hovering a shape, highlighting a shape etc.
Looking at general non-ThinkGeo samples of Leaflet they support a custom styling API and render it to SVG (see http://leafletjs.com/examples/choropleth/).
I have noticed that ThinkGeo can return GeoJSON for Leaflet. I understand, that if I used the standard APIs of Leaflet I could add styles and build interactive choropleth maps. However I thought it could be possible to use the styles defined with ThinkGeo at the server and convert them to Leaflet styles.
Is that possible?
If it’s possible with OpenLayers (or with the MVC edition) that would be fine, too.