How to get attributes in Leaflet/iFrame mode?
-
How can you access the array attributes of a saved field if the return format is Leaflet or iFrame?
Vice versa, how can you build a map from the attributes if you output them using Raw format?
Option 1 is preferable.
Array ( [lat] => 43.7480482 [lng] => 7.4387874 [zoom] => 14 [address] => Monte-Carlo Bay Hotel & Resort, Avenue Princesse Grace, Monaco-Ville, France [markers] => Array ( [0] => Array ( [label] => Monte-Carlo Bay Hotel & Resort, Avenue Princesse Grace, Monaco-Ville, France [default_label] => [lat] => 43.7480482 [lng] => 7.4387874 ) ) [layers] => Array ( [0] => Wikimedia ) [center_lat] => 43.7480482 [center_lng] => 7.4387874 )
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to get attributes in Leaflet/iFrame mode?’ is closed to new replies.