apneadiving / Google-Maps-for-Rails

Enables easy Google map + overlays creation in Ruby apps
https://apneadiving.github.io/
MIT License
2.26k stars 382 forks source link

Wiki Link to expected JSON format is blank #171

Closed nicholaswild closed 12 years ago

nicholaswild commented 12 years ago

On the javascript-goodies page there is a link to what should be the expected JSON format:

https://github.com/apneadiving/Google-Maps-for-Rails/wiki/Control-what-I-display

It links to a blank page.

apneadiving commented 12 years ago

Sorry, it's now to be seen there: https://github.com/apneadiving/Google-Maps-for-Rails/wiki/Markers

  @markers = '[
         {"description": "", "title": "", "sidebar": "", "lng": "", "lat": "", "picture": "", "width": "", "height": ""},
         {"lng": "", "lat": "" }
        '