forked from fosm/Freemap
-
Notifications
You must be signed in to change notification settings - Fork 0
OpenStreetMap maps of the UK countryside - code for website and associated projects
rnorris/Freemap
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the source for all web apps running on the Freemap server, primarily: - Freemap itself; - OpenTrailView; - Freemap 3D (OSM WebGL demo). To run on your server you will need to have a standard OSM PostGIS database present, prepared by importing .osm files using osm2pgsql or Osmosis. You also need to set up the Freemap/OTV specific tables, the SQL for this can be found in database.sql. You will also need to tweak the paths in common/defines.php. Explanation of directories: freemap - Freemap itself. otvnew - OpenTrailView. 3d - Demo WebGL OSM viewer. ws - Web services to return PostGIS OSM data by tile. lib - Library functions, used by Freemap and OTV. common - Common functionality; login and defines. javascript - Common JavaScript, including a local copy of Prototype. LICENSING: Unless stated otherwise in the source files, this code is available under the GNU GPL version 2, with the exception of library code which is under the Lesser GPL. Library code includes: Anything in a directory named "lib"; The subdirectories "freemaplib", "freemaplibProj" and "andromaps" within the "java" directory.
About
OpenStreetMap maps of the UK countryside - code for website and associated projects
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Java 43.3%
- PHP 29.6%
- JavaScript 18.3%
- HTML 5.9%
- C++ 1.8%
- CSS 1.0%
- Other 0.1%