localwiki / localwiki-backend-server

Primary LocalWiki backend server environment
GNU General Public License v2.0
48 stars 16 forks source link

Maps Do Not Handle Pages With / In Them Correctly #34

Open philipn opened 9 years ago

philipn commented 9 years ago

From @ndstate on May 9, 2013 2:18

If a page that has a / in it is mapped it does not link properly from the map.

To reproduce the error go to http://twincitieswiki.org/map/#zoom=15&lat=45.011&lon=-93.25524&layers=BTT and click on the big area in the middle of the map. Along the left side you will find a link to that area, called Minneapolis/Holland -- if you click on this it does not redirect you to the correct location. %2F is not equaling /

You will note that http://twincitieswiki.org/map/Minneapolis/Holland is working correctly.

Thanks

Copied from original issue: localwiki/localwiki#505

philipn commented 9 years ago

From @wilburb on August 9, 2013 22:13

I have just stumbled into this as well. If anyone with more knowledge has suggestions on how to resolve this I'd be willing to try figure it out and submit a pull request.