• Can leaflet map read locations from a non-wordpress table? For example I have a separate schema that houses some location data. Or does the data have to be manually entered for this plugin to work?

Viewing 1 replies (of 1 total)
  • Plugin Author bozdoz

    (@bozdoz)

    it’s an interesting idea to query a database for the data, but generally no; the shortcodes use values given by the editor of a post/page.

    The difference being geojson, where you give a source location to the geojson file:

    [leaflet-geojson src=”path/to/file.geojson”]

    If you generated that geojson through PHP, you could have it display any geojson you want.

Viewing 1 replies (of 1 total)
  • The topic ‘Map locations from table’ is closed to new replies.