Opened 16 years ago
Closed 16 years ago
#95 closed defect (fixed)
maptips: replace /n with <br>
Reported by: | madair | Owned by: | madair |
---|---|---|---|
Priority: | P2 | Milestone: | 1.0.7 |
Component: | Widgets | Version: | 1.0.6 |
Severity: | Minor | Keywords: | |
Cc: | Browser: | All | |
External ID: | Operating System: | All | |
state: | New |
Description
there is an error in the MapTip regex replacement for /n
Change History (4)
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 16 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
in some cases, the response from MG queryMapFeatures contains an actual line feed char (0x0A) and in other cases it's a \ char followed by the 'n' char. We need to modify XML2Json.php to do the replacement of 0x0A and then Maptip widget can replace the text version of /n
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
(In [1447]) closes #95: modify regex for replacement