Skip to content

Generates a list of OSM tiles from geometries pull from an osm2pgsql database.

Notifications You must be signed in to change notification settings

andrewharvey/OSMTileListFromGeometry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ensure your system has the dependencies listed in debian/control, then compile by running ant.

Then run using,

java -jar ./dist/osmTileListFromGeometry.jar -o 01-tileList.txt
java -jar ./dist/metaTile.jar -i 01-tileList.txt -o 02-metaTileList.txt

You need an osm2pgsql database running for the first command. You can specify the connection details as program arguments. Run with --help for details.

This tile list can then be parsed to https://gist.github.com/1397377 to render the tiles to disk.

About

Generates a list of OSM tiles from geometries pull from an osm2pgsql database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages