Changes between Version 1 and Version 2 of MapGuideRfc159


Ignore:
Timestamp:
Jun 6, 2017, 5:58:41 AM (7 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc159

    v1 v2  
    8989The server-side implementation of this API taps into a new UTFGrid renderer in the Renderers project. The UTFGrid renderer uses the existing AntiGrain Geometry (AGG) library to render "pixels" of UTF characters.
    9090
    91 To avoid unnecessary reinventing of the wheel, our UTFGrid renderer implementation re-uses MapServer's [implementation of the low-level AGG pixel primitives](https://github.com/mapserver/mapserver/blob/branch-7-0/maputfgrid.h) needed to render UTF character "pixels"
     91To avoid unnecessary reinventing of the wheel, our UTFGrid renderer implementation re-uses MapServer's [https://github.com/mapserver/mapserver/blob/branch-7-0/maputfgrid.h implementation of the low-level AGG pixel primitives] needed to render UTF character "pixels"
    9292
    9393We will leverage the infrastructure introduced in RFC 140 to add support for UTFGrid tiles.