Federation natural reserves ACTIONS: • Set map projection • Identify sources of necessary data • Obtain data from open sources • Style the data • Publish web service • Create html page with a map on it
in file system • Vector data–PostgreSQL Database (PostGIS) TOOLS: • Format conversionGDAL/OGR 1.9 • OSM database import tool Imposm 2.4 • Rendering Mapnik 2.1 • Tile server MapProxy1.4 • Web map library Leaflet 0.3 • Desktop GIS – QuantumGIS 1.8 To complete workshop actions you have to install the listed software first
Scales: 1:10mln, 1:50mln, 1:110mln Состав: Physical map, Political map, Rasters Format: Shapefile, SQLite Free licensing! Datasets can be downloaded by layers or entirely
conic CRS ALTER TABLE oopt.fz ADD COLUMN conicgeom geometry(MultiPolygon, 102012); UPDATE oopt.fz SET conicgeom=st_transform(wkb_geometry, 102012); CREATE INDEX idx_fz_conicgeom ON oopt.fz USING gist(conicgeom); PostgreSQL and PostGIS libraries should be installed to perform this tasks!
rendering • Optimised for fast rendering (С++) • Can render maps in different projections • Rendes from sources: PostGIS, Shapefile, OSM XML, GDAL Raster • Can be configured with XML or Python script • Generates images in png, jpeg, tiff, svg and other formats.
maps • Small footprint(~27 kb gzipped) • Cross-browser • Works with WMS and tiled geoservices • Used by lots of popular websites • Code is actively developed on GitHub