I have setup the RailsPort according to http://wiki.openstreetmap.org/wiki/Rails_port and now can access it through http://localhost:3000/. The tiles are being accessed from tile.openstreetmap.org. However I want it to point to tile.localhost where I've already setup apache with mod_tile. Where do I change the configuration in the RailsPort for this? asked 04 Nov '12, 09:01 bibstha |
I think I got the answer for this. I changed the lines in file /<path>/openstreetmap-website/vendor/assets/openlayers/OpenStreetMap.js
and it works great. answered 04 Nov '12, 09:24 bibstha what exactly you replace to make it work?
(17 Sep '14, 19:35)
eyemax
I guess he replaced
(18 Sep '14, 07:52)
scai ♦
No, this localhost:3000 is the url of the same rails port, not tile server. I have been changing http://a.tile.openstreetmap.org for http://localhost/osm in every file I found in /<path>/openstreetmap-website/ but it looks like has not effect, I keep getting always the tiles from openstreetmap.org. I need to see and edit my tile server info. please help.
(14 Nov '14, 02:31)
eyemax
|