Karthi Murugan
Karthi Murugan

Reputation: 57

Can we integrate the QGIS map in the web applications?

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

Answers (2)

ScaisEdge
ScaisEdge

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

luca76
luca76

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:

  1. Go to menu Plugins ‣ Manage and Install Plugin
  2. Search for "qgis2leaf" (if it is not on list, try to enable Show also experimental plugins on the Settings tab)
  3. Select "qgis2leaf" and then... INSTALL!

Upvotes: 1

Related Questions