Opened 2 years ago
Closed 2 years ago
#2846 closed defect (fixed)
CREATERUNTIMEMAP does not xml-encode layer names
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | 4.0 |
Component: | General | Version: | 3.1.0 |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description (last modified by )
From https://github.com/jumpinjackie/mapguide-react-layout/issues/1401
A CREATERUNTIMEMAP operation against that particular map definition is skipping a whole bunch of layers for some reason.
UPDATE: The reason is because a few layer names have ampersand (&
) characters that result in an invalid CREATERUNTIMEMAP XML response, which derails the JSON conversion at the layer which has an ampersand in its layer name
Change History (2)
comment:1 by , 2 years ago
Description: | modified (diff) |
---|---|
Summary: | CREATERUNTIMEMAP is skipping some layers in Map Definition → CREATERUNTIMEMAP does not xml-encode layer names |
comment:2 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In 9951: