]> git.openstreetmap.org Git - rails.git/commit
Change abstraction level for map functions
authorTom MacWright <tom@macwright.org>
Mon, 12 Mar 2012 16:52:40 +0000 (12:52 -0400)
committerTom Hughes <tom@compton.nu>
Wed, 14 Mar 2012 19:01:45 +0000 (19:01 +0000)
commit701325e9ef6720a16646c7218010e33b5c58d544
tree2e5e02126d0bd443d40bd71e021a62b15d1b43bf
parent31ebfc8ed0e0845bb13335de11276db0d409a078
Change abstraction level for map functions

This commit should have no functional affect. It just changes the
abstraction level of OpenLayers from completely abstracting away
getMapExtent etc, to using OpenLayers's functionality directly but
providing proj and unproj to make projections palatable.
app/assets/javascripts/map.js.erb
app/views/browse/_map.html.erb
app/views/changeset/_map.html.erb
app/views/site/_search.html.erb
app/views/site/index.html.erb
app/views/user/_map.html.erb