|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
[Bug 2048] New: Using DisplayMeasure in outline render linkit unable to renderhttp://bugzilla.maptools.org/show_bug.cgi?id=2048
Summary: Using DisplayMeasure in outline render linkit unable to render Product: CartoWeb Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: blocker Priority: P2 Component: Plugins AssignedTo: cartoweb-dev@... ReportedBy: bruno@... When displayMeasure is activated in outline plugin. And you draw some shapes with surface inside the label. You take the linkit, and paste it inside another web browser, the rendering give only blank map, and no layers or others params are taken. If you remove the displayMeasure text in you outline label. Everything goes well. Tested with the lastest cvs trunk. -- Configure bugmail: http://bugzilla.maptools.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Cartoweb-dev mailing list Cartoweb-dev@... http://lists.maptools.org/mailman/listinfo/cartoweb-dev |
|
|
[Bug 2048] Using DisplayMeasure in outline render linkit unable to renderhttp://bugzilla.maptools.org/show_bug.cgi?id=2048
Oliver Christen <oliver.christen@...> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |oliver.christen@camptocamp. | |com --- Comment #1 from Oliver Christen <oliver.christen@...> 2009-05-15 06:37:05 --- I could not reproduce the problem with the test_main project or the demoCW3 project. did you try with these demos or only in your project ? -- Configure bugmail: http://bugzilla.maptools.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Cartoweb-dev mailing list Cartoweb-dev@... http://lists.maptools.org/mailman/listinfo/cartoweb-dev |
|
|
[Bug 2048] Using DisplayMeasure in outline render linkit unable to renderhttp://bugzilla.maptools.org/show_bug.cgi?id=2048
--- Comment #2 from Bruno Friedmann <bruno@...> 2009-05-15 08:20:31 --- It's in my project. All utf-8 (source data & output ) Plugins used : mapOverlay, bboxHistory, accounting, outline, toolTips, search, exportPdf, exportCsv, exportLinkIt, geoloc We have just replace the m<sup>2</sup> by a more utf-8 sting like m² But if we use just the string blabla m² there's no trouble. If we leave the string used by displayMeasure, this invalid the render Should I use the non compressed linkit url to see where the trouble are ? -- Configure bugmail: http://bugzilla.maptools.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Cartoweb-dev mailing list Cartoweb-dev@... http://lists.maptools.org/mailman/listinfo/cartoweb-dev |
|
|
[Bug 2048] Using DisplayMeasure in outline render linkit unable to renderhttp://bugzilla.maptools.org/show_bug.cgi?id=2048
--- Comment #3 from Oliver Christen <oliver.christen@...> 2009-05-15 08:43:45 --- > Should I use the non compressed linkit url to see where the trouble are ? i presume that could be a good start -- Configure bugmail: http://bugzilla.maptools.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Cartoweb-dev mailing list Cartoweb-dev@... http://lists.maptools.org/mailman/listinfo/cartoweb-dev |
|
|
[Bug 2048] Using DisplayMeasure in outline render linkit unable to renderhttp://bugzilla.maptools.org/show_bug.cgi?id=2048
--- Comment #4 from Bruno Friedmann <bruno@...> 2009-05-15 09:35:14 --- Ok I've just made the test whitout compress it's ok . http://mycw/myproject.php?reset_session&linkit=1&switch_id=default&layer_select=CDS,COUVERTUREDUSOL,COUVERTUREDUSOL_SYMB,COUVERTUREDUSOL_TEXTE,CADASTRE,BF_DS,PARCELLAIRE,PARCELLE_NUMEROCENTRE,PL,BATIMENT,BATIMENT_NUMERO,BATIMENTS,PFPA,PFA12,PFP12,PFA3,PFP3,NOMENCLATURE,LOCALISATION_RUE,LOCALISATION_LIEU,LOCALISATION_NOMLOCAL,ODEL,ODELPOINT,ODELLIGNE,ODELSURFACE,ODELPROJET,ODEL_TEXTE,COUVERTUREDUSOL_LIGNE&recenter_bbox=582984.55,231201.99,584491.73,232256.26&mapsize=1&outline_point[]=583433.1743771118,231973.77765626|Impact+discoth%C3%A8que&outline_circle[]=583113.0882847152,231870.368488435;64.25689886463806|Surf.+approx.+%3A+12971+m%C2%B2 I suppose there's something during the compression which is false :-) But I've not already found it inside sources. After two other tries I've found ... In fact when the surface is writed I've the habit to separate text with a | and this one create trouble. If you use (with or without compress ) a shape with the text text before | text after you will receive the shape without | text after url is like http://mycw/myproject.php?reset_session&linkit=1&switch_id=default&layer_select=CDS,COUVERTUREDUSOL,COUVERTUREDUSOL_SYMB,COUVERTUREDUSOL_TEXTE,CADASTRE,BF_DS,PARCELLAIRE,PARCELLE_NUMEROCENTRE,PL,BATIMENT,BATIMENT_NUMERO,BATIMENTS,PFPA,PFA12,PFP12,PFA3,PFP3,NOMENCLATURE,LOCALISATION_RUE,LOCALISATION_LIEU,LOCALISATION_NOMLOCAL,ODEL,ODELPOINT,ODELLIGNE,ODELSURFACE,ODELPROJET,ODEL_TEXTE,COUVERTUREDUSOL_LIGNE&recenter_bbox=585936.45,231502.77,590735.79,234859.9&mapsize=1&outline_circle[]=588400.325499717,233366.0612737589;266.7845454624621|text+before+%7C+text+after Is there special char that are not welcome ? Just remember page input/output and all data are utf-8 only -- Configure bugmail: http://bugzilla.maptools.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Cartoweb-dev mailing list Cartoweb-dev@... http://lists.maptools.org/mailman/listinfo/cartoweb-dev |
|
|
[Bug 2048] Using DisplayMeasure in outline render linkit unable to renderhttp://bugzilla.maptools.org/show_bug.cgi?id=2048
Oliver Christen <oliver.christen@...> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|cartoweb-dev@... |oliver.christen@camptocamp. |.org |com --- Comment #5 from Oliver Christen <oliver.christen@...> 2009-05-15 10:17:28 --- Created an attachment (id=308) --> (http://bugzilla.maptools.org/attachment.cgi?id=308) allow pipe in outline feature label (via GET) -- Configure bugmail: http://bugzilla.maptools.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Cartoweb-dev mailing list Cartoweb-dev@... http://lists.maptools.org/mailman/listinfo/cartoweb-dev |
| Free embeddable forum powered by Nabble | Forum Help |