Changes between Initial Version and Version 1 of Ticket #2803, comment 13


Ignore:
Timestamp:
Sep 10, 2022, 2:51:33 PM (23 months ago)
Author:
paulocoronado

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2803, comment 13

    initial v1  
    33We need to change line 97 in openstreetmap.php from:
    44
     5{{{
    56var markerPosition = features[0].get('geometry')['A'];
     7}}}
    68
    79To
    8 
     10{{{
    911var markerPosition = features[0].get('geometry')['flatCoordinates'];
     12}}}