Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

DM-UK/RouteAtlas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RouteAtlas

RouteAtlas is a Java map image creation application designed for creating a printable PDF containing all map sections of a given route.

See sample output here.

route_atlas_preview.mp4

Route Format

Currently, route information is sourced from an Ordnance Survey route. An OS route ID should be extracted from the route’s URL, for example: (ID=1) https://explore.osmaps.com/route/1

Atlas Creation

Segmentation of the route into its section pages is based on paper dimensions/map scale and computed by the PageFit algorithm.

Map Tiles

A basic implementation of the WMTS protocol allows tile layers at specified zoom levels to be retrieved from different map servers and map projections. The providers.xml file allows additional servers to be configured in the provided format.

Note: Some map servers (eg. OS API) may need an API key to be added in the providers.xml file.

different_tiles_resized

Overview Page

An overview of all the map sections is created as the first page of the PDF.

overview_3_thumbnail_720x720

Map Rendering

Various configurable render properties can be applied to a map.

Distance Markers

eg. Major interval (1 mile). Minor interval (1/4 mile)

mile_markers_resized

Elevation Profile

elevation_profile_resized

Installation

Clone the repository.

Alternatively, RouteAtlas is distributed as a runnable JAR here. Instructions to execute a runnable Jar are here.

About

Create printable PDF's of a given map route.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages