[openstreetmap-website] Port to Leaflet (#121)

Tom Hughes notifications at github.com
Mon Nov 5 12:10:47 GMT 2012


> @@ -1,265 +1,204 @@
> -var epsg4326 = new OpenLayers.Projection("EPSG:4326");
> +// Leaflet extensions
> +L.LatLngBounds.include({

I'm not sure the jQuery example is comparable given then it's effectively explicitly documented as an extension point for creating plugins.

To me (and this may be my old school C programmer self speaking) it's just rude to barge into somebody else's namespace, not to mention the potential for future conflict caused by grabbing names for ourselves in a namespace that has been deliberately created to act as a private space for another project.

Anyway, if you say it's OK then I guess that's fine.

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/121/files#r2028625
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20121105/64fed226/attachment.html>


More information about the rails-dev mailing list