I would like to build a php-made map with markers and shapes. Could someone give me a tip on where this is documented or a brief snippet showing how to do this ?

Comments

tmcw’s picture

What's your end goal? This module really focuses on displaying Views-based information and actually managing map creation, rather than abstracting Javascript via PHP, which is a grisly task. In many cases, if you just want a point on the map, it doesn't make sense to do it in PHP rather than Javascript. Nevertheless, if you want to throw information into a layer type, there's the raw layer type, although it is not recommended if your data is in Drupal or could be.

zzolo’s picture

Status: Active » Closed (fixed)