You are here

TODO.txt in GMap Addons 5

Same filename and directory in other branches
  1. 6 gmap_overlays/TODO.txt
  2. 7 gmap_overlays/TODO.txt
Reimplement WMS support from http://drupal.org/node/67291

(documenation from ripped out wms support)
  wmss - an array of WMS services arrays.  Each WMS service array can have the
    following elements:
      'name' - the name of the custom map (no spaces or special chars).
      'url' - the url of the WMS service.
      'format' - image format to retrieve. Depends of WMS service:
         'image/gif','image/png','image/jpeg'
      'layers' - a comma separated list of layers advertized by WMS service
         to show in this custom map.
      'minresolution' - lowest zoom level of this custom map.
      'maxresolution' - highest zoom level of this custom map.
      'copyrights' - an array of copyrights to display. Each copyright array
         can have the following elements:
           'minzoom' - lowest zoom level at which this information applies.
           'bounds' - a comma separated list of coordinates defining a
              region to which this copyright information applies: 'S,W,N,E'
           'text' - text of the copyright message.
      'overlaywith' - (optional) overlay WMS layers with this Google layers:
         'Map', 'Hybrid', 'Satellite' or 'None'(default)
      'merczoomlevel' - (optional) zoom factor of the google map where WMS service
         should advertize layers in Transverse Mercator projection instead
         of WGS84 projection. See discussion of this topic here:
         http://johndeck.blogspot.com/#112679047816546118
      'opacity' - (optional) Opacity level for this tile from 0.0 (transparent)
         to 1.0 (opaque)


-- This might not make much sense in this day -- Tile caches are much more common, and are simpler to get working...

File

gmap_overlays/TODO.txt
View source
  1. Reimplement WMS support from http://drupal.org/node/67291
  2. (documenation from ripped out wms support)
  3. wmss - an array of WMS services arrays. Each WMS service array can have the
  4. following elements:
  5. 'name' - the name of the custom map (no spaces or special chars).
  6. 'url' - the url of the WMS service.
  7. 'format' - image format to retrieve. Depends of WMS service:
  8. 'image/gif','image/png','image/jpeg'
  9. 'layers' - a comma separated list of layers advertized by WMS service
  10. to show in this custom map.
  11. 'minresolution' - lowest zoom level of this custom map.
  12. 'maxresolution' - highest zoom level of this custom map.
  13. 'copyrights' - an array of copyrights to display. Each copyright array
  14. can have the following elements:
  15. 'minzoom' - lowest zoom level at which this information applies.
  16. 'bounds' - a comma separated list of coordinates defining a
  17. region to which this copyright information applies: 'S,W,N,E'
  18. 'text' - text of the copyright message.
  19. 'overlaywith' - (optional) overlay WMS layers with this Google layers:
  20. 'Map', 'Hybrid', 'Satellite' or 'None'(default)
  21. 'merczoomlevel' - (optional) zoom factor of the google map where WMS service
  22. should advertize layers in Transverse Mercator projection instead
  23. of WGS84 projection. See discussion of this topic here:
  24. http://johndeck.blogspot.com/#112679047816546118
  25. 'opacity' - (optional) Opacity level for this tile from 0.0 (transparent)
  26. to 1.0 (opaque)
  27. -- This might not make much sense in this day -- Tile caches are much more common, and are simpler to get working...