Reputation: 57
I have a web application where I want to show the car patrolling on the Geo map. Is it possible to integrate QGIS map for web application.
Upvotes: 0
Views: 2557
Reputation: 133370
You can export the QGIS map in kml and then load the kml maps in google maps I think this is the simplest way.
For QGIS you can export your layer in KML with right click on the layer, then save as format Keyhole markup language.
For import KML in google maps you can see this google developer sample
https://developers.google.com/maps/documentation/javascript/examples/layer-kml
Upvotes: 2
Reputation: 833
There are many ways to achieve this. The simplest is to use the plugin qgis2leaf. There are many howtos and videos about it, one of them is Leaflet Web Maps with qgis
EDIT: In answer to a comment, to install qgis2leaf, as here:
Upvotes: 1