tags:

views:

109

answers:

3

i want to embed maps in a project which includes developing a web portal for a city . The map should be dynamic and should help tourists in knowing various directions , bus routes , train routes , and other spots like nearest hospital or police station . But i dont want to implement google maps , as i dont think so i can do all that on a google map . So i am planning to create my own dynamic map of the particular city from the static maps of it . I want to know how feasible it is !

+1  A: 

Check out OpenLayers.

Doug McClean
A: 

And see openstreetmap for free use map data

Martin Beckett
A: 

As above - openlayers and openstreetmap data. You might also want to look at TileDrawer

AndrewL