Skip to content

Yah0000/apex_gmaps_wrap11_extension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Updated by JCoves

================

Last updated: 04/10/2018. Version 1.3 new features:
  • Added parameter Googlemaps API Key. To solve map only for development purposes with message: "do you own this web site?"
update: 03/11/2016. Version 1.2 new features:
  • Corrected error with Universal Theme to prevent map provperly. No need to call loadMap function as previosly. Seems to work at all browsers except IE8, in its case you need to create a Dynamic Action to fire loadMap() function.
Last updated: 10/07/2015. Version 1.1 new features:
  • Upgraded inner gomaps plugin to version 1.3.3 (includes Googlemaps v3)
  • Added possibility to group plugins using new sql column group
Version 1.0 new features:

Added the following attributes at SQL Query:

 

  • Icon: Use custom pin image, specify the image URL 
  • Latlong: Specify Latitude and Longitude instead of address to increase performance on multiple markers. Ex: 41.380268, 2.190475

 

 

================

The Warp11 GMaps plugin provides an easy way of incorporating a Google Map on your page.

The plugin was created bij Richard & Sergei Martens of the Warp 11 Center of Excellence.

The plugin uses a number of parameters / settings:

  • StreetViewControl
  • navigationControl
  • maptype
  • mapTypeControl
  • mapTypeControl_position
  • mapTypeControl_style
  • address (page item)
  • zoom (integer)

It is essential that the page-items mentioned in the settings are rendered before then gmaps plugin. Otherwise the plugin cannot read the values. The page items can be of the hidden type.

Width and Hight of the page-item are used to create the map.

More information can be found at http://apex.warp11.nl

About

WRAP11 GoogleMaps extension

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SQLPL 90.6%
  • JavaScript 9.4%