Hi everybody
I want to produce an interactive webGIS. I need lots of functionalities like shortest path, etc. Since my webGIS is interactive, I thought maybe producing SVG files would be better than raster files such as JPEG, PNG.
I use PostGIS as my database.
I used to code the whole thing myself in java using a servlet, but it was very slow and time-consuming. After some while I migrated to Mapnik which is much faster, but does not provide enough APIs for altering the SVG file.
Then I suddenly encountered geodjango. I wanted to ask if geodjango can suit my needs.
I should also mention that the functionality I need may grow as I go forward. So, I may want to extend the current capabilities of the framework.
I'd be glad to add information about the job as needed.