Skip to content
Snippets Groups Projects
Commit c71da50f authored by Brandon Bergren's avatar Brandon Bergren
Browse files

#401216 by ron_s: Fix errors in examples.

parent 653d46d0
No related branches found
No related tags found
No related merge requests found
......@@ -96,13 +96,13 @@ There are two methods of inserting a Google Map using the GMap API. You may eith
'text' => 'First Marker',
'longitude' => 39.3739522204,
'latitude' => -81.5681648254,
'markername' => "Light Blue",
'markername' => 'lblue',
),
array(
'text' => 'Second Marker',
'longitude' => 44.205835001,
'latitude' => -70.3674316406,
'markername' => "Orange",
'markername' => 'orange',
),
),
......@@ -116,6 +116,7 @@ There are two methods of inserting a Google Map using the GMap API. You may eith
array(43.9058083561574,-69.202880859375),
array(44.512176171071054,-69.796142578125),
array(43.667871610117494,-70.675048828125),
),
),
array(
'type' => "circle",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment