Changes between Initial Version and Version 2 of Ticket #2331


Ignore:
Timestamp:
Nov 2, 2007, 11:12:06 AM (17 years ago)
Author:
dmorissette
Comment:

Steve, it seems that MINSCALE/MINSCALEDENOM and MAXSCALE/MAXSCALEDENOM are not enabled for URL_STRING mode in maplexer.l.

Should they be added to URL_STRING mode or were they kept disabled intentionally to prevent clients from requesting layers/maps at scales at which the service provider do not want to offer them for performance or other reasons?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2331

    • Property Owner changed from steve lime to sdlime
    • Property Milestone5.0.1 release
  • Ticket #2331 – Description

    initial v2  
    44
    55..&map_web_minscale=250000&...
     6
    67MS 5 now gives following error:
     8
    79loadWeb(): Unknown identifier. Parsing error near (250000):(line 1)
    810(expected)
    911
    1012But:
     13
    1114..&map_web=MINSCALE+250000&... or ..&map.web=MINSCALE+250000&...
    12 OR ..&map_web=MINSCALEDENOM+250000&... or ..&map.web=MINSCALEDENOM+250000&...
     15
     16OR
     17
     18 ..&map_web=MINSCALEDENOM+250000&... or ..&map.web=MINSCALEDENOM+250000&...
     19
    1320MS 5 also gives this error:
    14 loadWeb(): Unknown identifier. Parsing error near (MINSCALE):(line 1) OR
     21
     22loadWeb(): Unknown identifier. Parsing error near (MINSCALE):(line 1)
     23
     24OR
     25
    1526loadWeb(): Unknown identifier. Parsing error near (MINSCALEDENOM):(line 1)
    1627
    1728And:
     29
    1830..&map.web=IMAGEPATH+/path/+MINSCALE+250000&...
     31
    1932MS 5 also gives same error:
     33
    2034loadWeb(): Unknown identifier. Parsing error near (MINSCALE):(line 1)
    2135