w8r / geojson2svg

Render geojson into SVG using inline or external stylesheet
https://w8r.github.io/geojson2svg/demo/
MIT License
66 stars 10 forks source link

may be of interest to you #2

Closed gagan-bansal closed 8 years ago

gagan-bansal commented 8 years ago

Quite interesting project as you are developing for command line also.

Here is the similar work I did geojson2svg, may be of interest to you.

w8r commented 8 years ago

@gagan-bansal thanks a lot! I saw your project, it's a good one! I am aiming here to produce something that would be able to do the following:

w8r commented 8 years ago

@gagan-bansal by styling I mean something Leaflet-compitable that would allow you to provide styling in a separate file but also on top of it in feature properties.

gagan-bansal commented 8 years ago

Yes most interesting feature I see in your project is converting geojson to SVG at back-end itself with style. So that now the output SVG can be used easily as Image or with minimal programming by front end developer.

w8r commented 8 years ago

Exactly, and at a great speed, cause it's plain text renderer, which can also be quite useful on the client-side

also I didn't want to use d3 for simple SVG rendering,

d3 !== SVG
gagan-bansal commented 8 years ago

Wish you all the best for this project. Gagan