This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

jquery plugin

1

I was wondering if there is a jQUery plugin for OpenStreet Map

asked 26 Mar '12, 15:00

stargatesg1's gravatar image

stargatesg1
16112
accept rate: 0%

1

What would you want the plugin to do ? Display a slippymap ? There are quite a few libraries doing that already (none jQuery-based that I know of), but you do not need a jQuery plugin to use these libraries. Query the osm api ? You're probably better off using jQuery's standard ajax features and build your query url by hand.

(26 Mar '12, 16:02) Vincent de P... ♦

Wouldn't this be a good plugin to use?

http://jquerygeo.com/

(27 Mar '12, 13:02) stargatesg1

One Answer:

0

This one is a Leaflet jquery plugin http://www.mathieurobin.com/osmLeaflet/

Perhaps doc is only in French.

answered 14 Jun '12, 21:34

frodrigo's gravatar image

frodrigo
674511
accept rate: 13%

Source code available on GitHub .