Google Maps which shows all the following features:
- Golf Cart Paths
- Pools
- Villas
- Golf Clubs
- Basket ball courts
- District Gov Recreational Maps available.
- Lake County GIS files
- Sumter County GIS files
- TheVillagesFL.us
- Marion County
The Graphhopper API explains each parameters.
Here's an example with TheVillages routing API.
- sourcelat, sourcelng = (point=28.938158,-82.007446)
- destlat, destlng = (point=28.915922,-81.999893)
- Test 1 (FIXED) - Path behind Golf Course
- Test 2 (FIXED) - Parking lot
- Test 3 (FIXED) - Add more Parking aisle
- Test 4 (FIXED) - Crossing over Golf Course
- Test 5 (FIXED) - Decorative Shortcut Path
- Test 6 (FIXED) - Add Parking lot aisles
- Test 7 (FIXED) - Store to Store (Parking)
- Test 8 (FIXED) - Bichara Boulevard allowed?
- Test 9 (FIXED) - Shay Boulevard allowed?
- Test 10 (FIXED) - Going to Bank
- Test 11 (FIXED) - Road behind building
- Test 12 (FIXED) - Shortcut threw Golf Course
- Test 13 (FIXED) - Add parking aisles
- Test 14 (FIXED) - Jeffrey Drive allowed?
- Test 15 (FIXED) - Shortcut threw Golfcourse parking
- Test 16 (FIXED) - Zip threw parking lot
- Test 17 (FIXED) - Country Club parking
- Test 18 (FIXED) - How to get to mall?
- Test 19 (FIXED) - Shortcut behind building
- Test 20 (FIXED) - Lets go in the Golf Club
- Test 21 (FIXED) - Missing residential Road
- Test 22 (FIXED) - Shortcut to Walmart
- Test 23 (FIXED) - Really rich farm house
- Test 24 (FIXED) - Back road shortcut
- Test 25 (FIXED) - Shortcut threw golf course
- Test 26 (FIXED) - Golf Course shortcut
- Test 27 (FIXED) - Club house parking
- Test 28 (FIXED) - Offroad trails
- Test 29 - Construction area
- Test 30 (FIXED) - Turning left on residential
- Test 31 (FIXED) - Golf club shortcut
- Test 32 (FIXED) - Health/Nature Trail
- Test 33 (FIXED) - Golf club house
- Test 34 (FIXED) - Visiting Country Golf club
- Test 35 (FIXED) - Mini Golf club house
- Test 36 - Construction zone
- Test 37 (FIXED) - Parking lot of building
- Test 38 (FIXED) - New Building
- Test 39 (FIXED) - Leaving the Parking lot
- Test 40 (FIXED) - Parking of building
- Test 41 (FIXED) - Entire Campus
- Test 42 (FIXED) - Can't access Facilities
- Test 43 (FIXED) - Advance Parking lot
- Test 44 (FIXED) - Lots of One way!
- Test 45 (FIXED) - Pass threw parking lot
- Test 46 (FIXED) - Golf club trail connecting
- Test 47 (FIXED) - Country Road 101 not allowed
- Test 48 (FIXED) - Going to church on golf cart?
- Test 49 (FIXED) - Going to church 2
- Test 50 (FIXED) - Can't cross the street (Found by Eddie)
- Test 51 (FIXED) - New Parking lot/Mall Only on Bing/Google
- Test 52 (FIXED) - Offroad path does not exist
- Test 53 (FIXED) - New Parking lot/Mall
- Test 54 (FIXED) - Not allowed to cross this highway
- Test 55 (FIXED) - Going to Paradise Dr (Found by Eddie)
- Test 56 (FIXED) - Not allowed to cross highway
- Test 57 (FIXED) - Not allowed to cross highway
- Test 58 (FIXED) - Mosrse Blvd allowed (mentioned by Eddie)
- Test 59 (FIXED) - New Parking lot
- Test 60 (FIXED) - Tunnel to Brownwood Blvd
- Test 61 (FIXED) - New Parking lot
- Test 62 (FIXED) - Golf Cart/ Cycleway allowed
- Test 63 (FXIED) - Pedestrian Path ONLY, golfcart not allowed
- Test 64 (FIXED) - Oneway blocking cart path (mentioned by Eddie)
- Test 65 (FIXED) - New Villa
- Test 66 - No more cycleway
- Test 67 - Golf Cart parking lot only - Test no vehicles allowed
- Test 68 - Can't cross main street
- Test 66 (FIXED) - No more cycleway
- Test 67 (FIXED) - Golf Cart parking lot only - Test no vehicles allowed
- Test 68 (FIXED) - Can't cross main street
- Test 69 (FIXED) - Oneway cycleway - Mentioned by Eddi
- Test 70 (FIXED) - Paved routes in routing
- Test 71 (FIXED) - New development
- Test 72 (FIXED) - New development
- Test 73 (FIXED) - New development
All the files to build at latest Graphhopper build for the Golf cart routing can be found here:
https://github.com/osmottawa/Golf-Cart-Path
You would simply do the following Makefile commands.
$ git clone https://github.com/osmottawa/Golf-Cart-Path
$ cd Golf-Cart-Path/graphhopper
$ ./thevillages.sh init
$ ./thevillages.sh update
$ ./thevillages.sh start
Once everything works perfectly, you can run the automatic updater that will download the latest GeoFabrik dataset of Florida every 60 minutes. This process will run in the background.
$ nohup ./thevillages.sh auto &
This will initiate a new Graphhopper instance on port 8888.
All of the commands are based on an Ubuntu OS, so CentOS will have a few issues running this.
We set up an Amazon Test Server dedicated for Graphhopper (http://52.5.34.35:8888/).
You should be able to log in using this Private Key.
$ sudo chmod 700 TheVillages.pem
$ ssh -i TheVillages.pem ubuntu@52.5.34.35
To update at the latest minute the OSM dataset, here is the following commands.
$ osmupdate florida-latest.osm.pbf florida-update.osm.pbf
$ osmosis --read-pbf file="florida-update.osm.pbf" --write-pbf file="florida-latest.osm.pbf"
$ ./graphhopper import florida-latest.osm.pbf