/gm-post-mapping

Javascript to populate a Google map with markers / routes comprised of connected markers

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

gm-post-mapping

Experimental JavaScript functions for populating a googlemap with markers and polyline routes.

Geodata and config options are read from data attributes on the #map_canvas div which is also the element that will contain the googlemap. This js is intended to be worked into a more extensive WordPress plug-in which will handle all the data collation, hence not worrying about it here.

By the way the intended destination as part of a WordPress plug-in also explains the somewhat daunting number of settings... trying to be as flexible as possible so it would probably be useful in other contexts too

##TODO##

  • Custom info panel (alternative to the ubiquitous info bubble)
  • Fix map type configuration
  • Highlight selected marker animation?
  • Fix boundary limits
  • Split marker summary html into individual summary text and featured image
  • Event more config options: control positions, cluster settings etc...

##Phase 2##

Stop messing about with the JavaScript and bolt into the skeleton WorPress plug-in to check I've not overlooked any obvious functionality.