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

后端 未结 6 695
既然无缘
既然无缘 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:44

    An OpenSource way to do this, which I would recommend in most cases, is using GeoServer and OpenLayers.

    GeoServer can read gegraphic data from all the major databases and be used as host for the widely used standard GeographicgWebServices WMS and WFS.

    OpenLayers is a JavaScript API to show your map on the webpage.

提交回复
热议问题