-
-
Notifications
You must be signed in to change notification settings - Fork 364
GSoC UTF Grid implementation
François Desjarlais
July 19, 2013
For the 2013 Google Summer of Code (GSoC), Francois Desjarlais will be working on the addition of support for UTF Grid in Mapserver. This page is to collect information about the project, design documents, weekly reports, etc.
Mentors: Daniel Morissette, Thomas Bonfort
The goal of my project is to enable MapServer to produce UTFGrid output. This will be implemented as a new output format that will generate UTFGrid (JSON) as output from a normal map draw operation, that is, via CGI mode=map or WMS GetMap requests. The UTFGrid encoding scheme encodes interactivity data for a tile in a space efficient manner. It is designed to be used in browsers, e.g. for displaying tooltips when hovering over certain features of a map tile. A RFC has been prepared about this, it is available in the link below and should be updated as the project is going.
- Weekly reports #1: Weeks 1,2,3 and 4
- Weekly reports #2: First iteration
- Weekly reports #3: Getting the datas
- Weekly reports #4: Code review
- Weekly reports #5: UTF-8 encoding
- Weekly reports #6: Symbol rendering
- Weekly reports #7: Bug Fixing
- Weekly reports #8: OpenLayers
- Weekly reports #9: Driver done
- Weekly reports #10: End of project
- MS RFC 93 UTF Grid support
- Code available on my Git: Code
- UTGrid WMS example: Working example
- The full spec and interactive demos are available at https://github.com/mapbox/utfgrid-spec.
