SVG in GIS and Webmapping. Andreas Neumann & Barend Köbben

Similar documents
Spatial Database Support

OPEN STANDARD WEB SERVICES FOR VISUALISATION OF TIME SERIES DATA OF FLOOD MODELS

Documentation of open source GIS/RS software projects

INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178

Oklahoma s Open Source Spatial Data Clearinghouse: OKMaps

Web Mapping in Archaeology

A Brief Explanation of Basic Web Services

County of Los Angeles. Chief Information Office Preferred Technologies for Geographic Information Systems (GIS) September 2014

Introduction to GIS.

Lecture 8. Online GIS

Tutorial 6 GPS/Point Shapefile Creation

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 4: Preparing Data for Analysis

An Introduction to Open Source Geospatial Tools

Providing the Public with Data Visualization using Google Maps

ArcGIS ArcMap: Printing, Exporting, and ArcPress

ArcGIS Server mashups

Mapping Mashup/Data Integration Development Resources

Data Visualization. Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004

WCS as Candidate INSPIRE Download Service for Coverage Data

Supporting High-Quality Printing in Web Applications with ArcGIS for Server

Interoperable Solutions in Web-based Mapping

JNCC Report No: 542. QGIS Suitability Assessment. Claire E. Lush & Mike J. Lush. November JNCC, Peterborough 2014 ISSN

HANDS-ON WORKSHOP TOOLS FOR SPATIAL DATA VISUALIZATION: Using selected Open Source tools and Open Data to visualize your own spatial data

Data Integration for ArcGIS Users Data Interoperability. Charmel Menzel, ESRI Don Murray, Safe Software

Comparison of Open Source Virtual Globes

There are various ways to find data using the Hennepin County GIS Open Data site:

Standards based spatial data management, GIS and web mapping. Spatial data management, analysis & sharing the free & easy way!

GEOGRAPHIC INFORMATION SYSTEMS Lecture 20: Adding and Creating Data

Activity: Using ArcGIS Explorer

Using CAD Data in ArcGIS

National Register of Historic Places: GIS Webinar Cultural Resource GIS Facility National Park Service June 2012

Implementing ArcGIS for SharePoint Habitat for Humanity of Omaha April, 2013

Neues vom QGIS Server und QGIS-Webclient

SUMMER SCHOOL ON ADVANCES IN GIS

A Comparison of ArcIMS to MapServer

GEOENGINE MSc in Geomatics Engineering, Master Thesis Gina Campuzano

Institute of Computational Modeling SB RAS

Printing Guide. MapInfo Pro Version Contents:

Study of GML-Based Geographical Data Visualization Strategy

Geographic Information Systems. ASM 215 Feb 2013 Larry Theller

HELCOM Data and Map Service. User Manual

64 Bits of MapInfo Pro!!! and the next BIG thing. March 2015

ArcGIS Reference Document

What is GIS? Geographic Information Systems. Introduction to ArcGIS. GIS Maps Contain Layers. What Can You Do With GIS? Layers Can Contain Features

Animation in ArcMap Tutorial

Creating Maps in QGIS: A Quick Guide

Open Source GIS The Future?

Supporting High-Quality Printing in Web Applications with ArcGIS 10.1 for Server

ESRI China (Hong Kong) Limited

NetCDF Tutorial. Copyright Esri All rights reserved.

ArcGIS online Introduction Module 1: How to create a basic map on ArcGIS online Creating a public account with ArcGIS online...

GIS Beyond the Basics: Web Maps and File Sharing Services

ArcGIS Web Mapping. Sam Berg, esri

Educational Level Guide. Pros

Publishing KML Services Tutorial

Developer Tutorial Version 1. 0 February 2015

ES341 Overview of key file formats and file extensions in ArcGIS

Introduction to Google Earth May 24, TJ Keiran Senior Planner / GIS Specialist Cowlitz-Wahkiakum Council of Governments

Guide to Viewing Maps in Google Earth

Canterbury Maps Quick Start - Drawing and Printing Tools

Pennsylvania Geospatial Data Sharing Standards (PGDSS) V 2.5

Choosing the right GIS framework for an informed Enterprise Web GIS Solution

Tips & Tricks for ArcGIS. Presented by: Jim Mallard, Crime Analysis Supervisor Arlington, Texas IACA Conference Pasadena, Ca

MapInfo Professional Version Printing Guide

ArcGIS. Server. A Complete and Integrated Server GIS

UK Location Programme


GEO 425, Spring 2012 LAB 3: Introduction to Web Map Services

An Esri White Paper October 2010 Esri Production Mapping Product Library: Spatially Enabled Document Management System

Developing Apps with the ArcGIS Runtime SDK for Android. Ben Ramseth Esri Inc. Instructor Technical Lead

Data Visualization. Brief Overview of ArcMap

Creating Figure Ground Maps in ArcMap 10.x: Basic procedures to download, open, manipulate and print spatial data

GIS WEB APPLICATIONS STANDARDS

EXPLORING AND SHARING GEOSPATIAL INFORMATION THROUGH MYGDI EXPLORER

Chapter 1: Introduction to ArcGIS Server

ArcGIS Web App Builder (AWAB) In BETA. John Bocan MES/DoIT

GeoMedia Product Update. Title of Presentation. Lorilie Barteski October 15, 2008 Edmonton, AB

ArcGIS. Image Server tutorial

Web and Mobile GIS Applications Development

What is ArcGIS Comprised Of?

Mappetizer for ArcGIS

About scope of OpenGIS technology in oceanographic data management and visualization Andrey V. Golik, Vitaly K. Fischenko, Stepan G.

Open Source Software and Open Interoperability Standards at EDINA National Datacentre

Outline. CIW Web Design Specialist. Course Content

HANDS-ON WORKSHOP: SPATIAL DATA VISUALIZATION Using selected Open Source tools and Open Data to visualize your own spatial data

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 5: Analyzing Spatial Data. Buffering Features:

WFP Liberia Country Office

Maplex Tutorial. Copyright Esri All rights reserved.

GIS: Geographic Information Systems A short introduction

DATA SHARING AND SPATIAL QUERY

GIS and Mapping Solutions for Developers. ESRI Developer Network (EDN SM)

Bentley ArcGIS. Connector

Archival Challenges Associated with the Esri Personal Geodatabase and File Geodatabase Formats

Analysis of the Free GIS Software Applications in respect to INSPIRE services and OGC standards

Vector Web Mapping Past, Present and Future. Jing Wang MRF Geosystems Corporation

Data Interoperability Extension Tutorial

GS It s Not Just a Smallworld Anymore

Syllabus AGET 782. GIS for Agricultural and Natural Resources Management

Getting Started With LP360

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 2: Manipulating Display Parameters in ArcMap. Symbolizing Features and Rasters:

Transcription:

SVG in GIS and Webmapping Andreas Neumann & Barend Köbben 1

Categories and examples Spatial Databases Postgis, SpatiaLite Desktop-GIS Quantum-GIS, GRASS, Autodesk Map3D, ESRI ArcGIS Converters MapViewSVG, FME, gdal, Commercial Webmap Services Google Maps OS Webmap Services Mapserver, Geoserver, RIM/ TimeMapperWMS Smaller Webmapping projects Yosemite, Geofotos, etc. Virtual Globes Google-Earth Andreas Neumann & Barend Köbben 2

Spatial Databases: PostGIS AsSVG(): export of raw geometries: d-attribute output for Polygon/Multipolygon Linestring/Multilinestring circle (cx/cy) or use (x/y) output for Point/Multipolygon semicolon separator for GeometryCollection Andreas Neumann & Barend Köbben 3

Spatial Databases: PostGIS Optional: Relative path notation Nr of digits (accuracy reduction) Can be combined with all other Postgis-Operators (e.g. Simplification, clipping, buffering, etc.) see http://postgis.refractions.net/documentation/manual-1.4/st_assvg.html Andreas Neumann & Barend Köbben 4

Spatial Databases: SpatiaLite Spatial Extension for SQLite Same functionality as AsSVG() in Postgis see: http://www.gaia-gis.it/spatialite/spatialite-sql-2.3.1.html Andreas Neumann & Barend Köbben 5

Desktop-GIS : Quantum-GIS SVG for definition of point-symbols SVG for importing graphics into map layouts (e.g. logos, map legends, north arrows, etc.); restricted to SVG tiny SVG for exporting map layouts (no clipping) Python-Plugins: SVG through qt and/or Webkit Andreas Neumann & Barend Köbben 6

Desktop-GIS : Quantum-GIS Andreas Neumann & Barend Köbben 7

Desktop-GIS : Quantum-GIS Planned: SVG pattern support for polygon fills QGIS SVG Mapserver (will work with carto.net navigation tools and network requests): SVG layers or layer groups using symbolization from QGIS project files. Andreas Neumann & Barend Köbben 8

Desktop-GIS : GRASS GIS v.out.svg exports GRASS vector data to SVG, incl. attributes converts to <path/> (line, boundary, area) and <circle/> (point, centroid) elements control of coordinate precision Maybe Planned: Styling of the output see http://grass.itc.it/grass64/manuals/html64_user/v.out.svg.html or http://svg.cc/grass/index.html Andreas Neumann & Barend Köbben 9

Desktop-GIS : Autodesk Map3D SVG under the hood, used in the storage of the display model for definition of: point symbols line symbols mixed with other proprietary markup Andreas Neumann & Barend Köbben 10

Desktop-GIS : Autodesk Map3D <Graphics> <Path> <Geometry>M -471.333,-0.000 A 471.333,471.333 0 1 1 471.333,-0.000 A 471.333,471.333 0 1 1-471.333,-0.000</Geometry> <FillColor>%COLORBYLAYERPFAW%</FillColor> </Path> <Path> <Geometry>M 471.333,-0.000 A 471.333,471.333 0 0 1-471.333,-0.000 A 471.333,471.333 0 0 1 471.333,-0.000</Geometry> <LineColor>%COLORBYLAYERPFAW%</LineColor> <LineWeight>%LWBYLAYERBAW15%</LineWeight> </Path> <Path> <Geometry>M -9.828,471.231 A 471.333,471.333 0 0 0-9.828,-471.231 M -9.828,-471.231 A 471.333,471.333 0 1 0-9.828,471.231</Geometry> <LineColor>ff000000</LineColor> <LineWeight>%LWBYLAYERBAW15%</LineWeight> </Path> </Graphics> Andreas Neumann & Barend Köbben 11

Desktop-GIS : ArcMAP High-end commercial GIS system, part of large suite (ArcGIS) by ESRI SVG (only) as output format for maps and graphs SVG output has been present since v 8.1, not changed much since. Future unclear, ESRI does not publish development plans/ roadmaps Andreas Neumann & Barend Köbben 12

Desktop-GIS : ArcMAP Quite good for the purpose it's for: static maps on webpages maps are always exported as 'graphics' files, no geographic coordinates, just paper cooordinates, no attributes, no interactivity SVG not very interoperable: things work/look different in different SVG viewers Andreas Neumann & Barend Köbben 13

Desktop-GIS : ArcMAP Font embedding ONLY works for label fonts. Fonts used in scale-bar, legends, etc. are NOT embedded automatically Font-based marker symbols (common in ArcMap) do NOT work: Although the font IS embedded, the symbols are not correctly shown; Alternative option 'convert marker symbols to polygons', is good for most cases Andreas Neumann & Barend Köbben 14

Convertors : MapViewSVG An extension for ESRI ArcMAP commercial product from uismedia exports ArcGIS 8/9 data to SVG interactive websites via wizard interface active development: just upgraded under new name Mappetizer (based on Dojo, also Silverlight export) Andreas Neumann & Barend Köbben 15

MapViewSVG Limitations in ArcGIS SVG conversion: not all datatypes files and webservice (WMS, ArcIMS), NO ArcSDE and other DB connections raster limited (imagery OK, discrete raster data limited) lots, but not all symbology/visualisations supported the output is a client-side GIS-viewer, not a WebGIS! limits possible data amounts (spatial) data is stored client-side Andreas Neumann & Barend Köbben 16

Convertors : FME mature and powerful (converts any format) supports preservation of ids supports embedding of attributes (no check for XML validity) supports grouping/layering supports mouse-events supports styling and CSS template support supports gzip compression http://docs.safe.com/fme/html/readerswriters/readerswriters.htm#svg.htm Andreas Neumann & Barend Köbben 17

Convertors : shp2svg, gdal powerful, flexible (conversion from shp) supports preservation of ids supports embedding of attributes supports grouping/layering supports mouse-events supports styling and CSS supports absolute/relative coordinates supports viewbox/scale will be replaced by gdal/ogr (any format) http://www.carto.net/papers/svg/utils/shp2svg/, http://www.gdal.org/ Andreas Neumann & Barend Köbben 18

Commercial Webmap Services: Google Maps and Microsoft Virtual Earth Andreas Neumann & Barend Köbben 19

OS Webmap Services: Geoserver OS software server written in Java, publishes data from any major spatial data source using OGC open standards SVG is output for its Web Map Service: static non-interactive maps from standardised service request GetMap two renderers available: fast & simple (only limited styling) not so useful, low quality full-featured & slower (uses Batik) very complete implementation both can compress (.svgz format) Andreas Neumann & Barend Köbben 20

OS Webmap Services: Mapserver OS software server written in C, publishes data from any major spatial data source using OGC open standards SVG is output for its Web Map Service: static non-interactive maps from standardised service request GetMap As of version 4.5, MapServer can output maps in SVG 1.1, as well as gosvg (an expanded SVG Tiny profile, part of the Japanese G-XML standard) Andreas Neumann & Barend Köbben 21

OS Webmap Services: Mapserver symbolisation somewhat limited: Linetype layers are drawn without symbols - only line thickness changes Polygon patterns not supported Only TRUETYPE fonts are supported can eliminate duplicate points and collinear lines when outputting SVG can compress (.svgz format) Andreas Neumann & Barend Köbben 22

both Geoserver & MapServer Pro: part of OGC service: SVG as output to numerous data sources and processes in a standardised, interoperable setup Con: SVG is limited to pure WMS 'picture only' can be different: see Time/RIMapperWMS development takes place in open community Andreas Neumann & Barend Köbben 23

Smaller Webmapping projects Yosemite Geophotos Andreas Neumann & Barend Köbben 24

Virtual Globes : Google-Earth SVG in Information Bubbles (through Webkit (<iframe/>)) Supports HTML/SVG/Canvas, etc. on the same level that Webkit supports SVG Supports SMIL animation and interactivity Potential Improvements (not implemented): Support of SVG for Placemark Icons Andreas Neumann & Barend Köbben 25