How to use own map database to show a map on website?

后端 未结 6 728
既然无缘
既然无缘 2021-01-15 18:42

How to use own map database to display map on a website and use that map to find route and do other stuff ?

6条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-15 19:34

    I recently implemented something like this. I realize it is an old question but Google has the javascript api v3 out for Google Maps and it works great.

    https://developers.google.com/maps/articles/phpsqlajax_v3

    This page helped me implement the entire system. Works great. You can also use php to update and edit the entries on the map.

    You need xml pages and others but here is the map html page just to give you an idea of the javascript it entails.

        
        
        
        
        PHP/MySQL & Google Maps Example
        
        
    
      
    
      
        

提交回复
热议问题