Sample Header Ad - 728x90

Unix & Linux Stack Exchange

Q&A for users of Linux, FreeBSD and other Unix-like operating systems

Latest Questions

-1 votes
1 answers
1220 views
How to search OpenStreetMap for tags?
How can I have e.g. all [highway speed cameras][2] displayed on the map, i.e. what is the URL syntax to search [OpenStreetMap][1] for certain **tags**? [1]: https://www.openstreetmap.org [2]: https://wiki.openstreetmap.org/wiki/Tag:highway%3Dspeed_camera
How can I have e.g. all highway speed cameras displayed on the map, i.e. what is the URL syntax to search OpenStreetMap for certain **tags**?
david (359 rep)
Jul 23, 2020, 01:06 AM • Last activity: Aug 5, 2020, 03:22 PM
2 votes
1 answers
1197 views
Apache directory configuration when installing nominatim
I have installed a Nominatim server sticking to [this excellent walk through][1]. However, I am not able to get the apache configuration to work. my default-conf is specified as follows: ServerName maps.example.org ServerAdmin webmaster@localhost DocumentRoot /var/www/ Options FollowSymLinks MultiVi...
I have installed a Nominatim server sticking to this excellent walk through . However, I am not able to get the apache configuration to work. my default-conf is specified as follows: ServerName maps.example.org ServerAdmin webmaster@localhost DocumentRoot /var/www/ Options FollowSymLinks MultiViews AddType text/html .php In Nominatim I specify the BaseUrl as: @define('CONST_Website_ @define('CONST_Website_BaseURL', '$IP/html/nominatim/') setting up the server via: ./utils/setup.php --create-website /var/www/html/nominatim Symlinks created returns WARNING: Unable to access the website at 46.101.185.214/html/nominatim/ You may want to update settings/local.php with @define('CONST_Website_BaseURL', 'http://[HOST]/[PATH]/ '); Setup finished. However, the server is accessible http://$IP/html/nominatim/index.php yet it looks somewhat awkward. Trying the search returns: Not Found 404 I guess the problem is the apache configuration but i cannot find a working constellation. One hint might be the url after klicking "search": http://$IP/html/nominatim/$IP/html/nominatim/$IP/html/nominatim/search.php?q=test&viewbox= Therefore my question: What do I have to change in my configuration files in order to get this working? Thank you very much!
Seb (121 rep)
Feb 17, 2016, 12:12 PM • Last activity: Jun 26, 2016, 12:55 PM
2 votes
2 answers
1629 views
How to configure offline map viewer for openstreetmaps on debian?
I've installed Gosmore and was going to download some maps in `osm.bz2` format from [here][2]. How can I add them to Gosmore? I was googling but didn't manage to find any solution, so I'm not sure if I will manage to make it work or not. Maybe there is another good solution for fully legal free offl...
I've installed Gosmore and was going to download some maps in osm.bz2 format from here . How can I add them to Gosmore? I was googling but didn't manage to find any solution, so I'm not sure if I will manage to make it work or not. Maybe there is another good solution for fully legal free offline maps? **Update**: tried using command bzcat /file_location/filename.osm.bz2 | gosmore rebuild Got some errors (no any icons found) and then 1 while (xmlTextReaderRead (xml) == 1) and nothing happens. Maybe that is so because I installed gosmore from Debian repository, I'll try the way it told in official documentation (though it told that I CAN install from Debian repo). **Update:** Tried manual installation - the same result. Gave up with gosmore, tried to configure navit, and it doesn't work as well, I see no maps - only rose screen, it seems like maps just not loaded. I found a solution for the same problem on official maillists , but the solution provided did not work for me. **Update** I think I found quite good solution, see bellow.
user63130 (21 rep)
Nov 20, 2013, 12:29 AM • Last activity: Nov 21, 2013, 02:09 AM
Showing page 1 of 3 total questions