Changes between Version 6 and Version 7 of MapGuideRfc134
- Timestamp:
- 05/17/13 08:15:51 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc134
v6 v7 176 176 JSON output format is supported, and provides the same benefits as other operations that support JSON output. 177 177 178 As part of this RFC, Fusion will be modified use CREATERUNTIMEMAP for its map initialization if it determined that the server support is there, allowing it to bypass the asynchronous call chain to LoadMap.php and LoadScaleRanges.php. Based on tests against various maps of various sizes, CREATERUNTIMEMAP beats the LoadMap.php/LoadScaleRanges.php combination in both response size and time/latency , with only small additional client-side overhead in re-shaping the CREATERUNTIMEMAP response to suit the existing Fusion map initialization code.178 As part of this RFC, Fusion will be modified use CREATERUNTIMEMAP for its map initialization if it determined that the server support is there, allowing it to bypass the asynchronous call chain to LoadMap.php and LoadScaleRanges.php. Based on tests against various maps of various sizes, CREATERUNTIMEMAP beats the LoadMap.php/LoadScaleRanges.php combination in both response size and time/latency (and these performance gains increase with map size!), with only small additional client-side overhead in re-shaping the CREATERUNTIMEMAP response to suit the existing Fusion map initialization code. 179 179 180 180 Some example responses below (all using the Sheboygan Map Definition):