I'm Creating a web application with Django to show part of GIS Map to user.
I already know that it is possible to use Google map for this, but I want to create my own map !!
For this purpose, I need a SVG image from the map and then show it in my web page but the problem is, I don't know how can i convert part of GIS data to SVG.
Also it is important for me to have All the Layers Completely as they are in general GIS map data.
(My GIS Engine is ArcGIS)
Any suggestions will be greatly appreciated.
Thanks.