pmapper-users Mailing List for p.mapper (Page 13)
Brought to you by:
arminburger
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(41) |
Nov
(124) |
Dec
(80) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(56) |
Feb
(51) |
Mar
(155) |
Apr
(58) |
May
(67) |
Jun
(83) |
Jul
(76) |
Aug
(32) |
Sep
(58) |
Oct
(113) |
Nov
(63) |
Dec
(83) |
2008 |
Jan
(31) |
Feb
(34) |
Mar
(69) |
Apr
(30) |
May
(87) |
Jun
(64) |
Jul
(47) |
Aug
(18) |
Sep
(35) |
Oct
(53) |
Nov
(37) |
Dec
(31) |
2009 |
Jan
(23) |
Feb
(40) |
Mar
(65) |
Apr
(54) |
May
(92) |
Jun
(55) |
Jul
(87) |
Aug
(27) |
Sep
(81) |
Oct
(32) |
Nov
(77) |
Dec
(51) |
2010 |
Jan
(44) |
Feb
(59) |
Mar
(77) |
Apr
(54) |
May
(36) |
Jun
(36) |
Jul
(52) |
Aug
(62) |
Sep
(68) |
Oct
(58) |
Nov
(72) |
Dec
(27) |
2011 |
Jan
(15) |
Feb
(42) |
Mar
(37) |
Apr
(55) |
May
(84) |
Jun
(27) |
Jul
(27) |
Aug
(42) |
Sep
(42) |
Oct
(18) |
Nov
(83) |
Dec
(71) |
2012 |
Jan
(50) |
Feb
(75) |
Mar
(79) |
Apr
(43) |
May
(18) |
Jun
(22) |
Jul
(20) |
Aug
(13) |
Sep
(26) |
Oct
(30) |
Nov
(21) |
Dec
(30) |
2013 |
Jan
(57) |
Feb
(63) |
Mar
(53) |
Apr
(40) |
May
(39) |
Jun
(16) |
Jul
(43) |
Aug
(16) |
Sep
(37) |
Oct
(64) |
Nov
(31) |
Dec
(7) |
2014 |
Jan
(14) |
Feb
(6) |
Mar
(2) |
Apr
(9) |
May
(1) |
Jun
(18) |
Jul
(95) |
Aug
(6) |
Sep
(25) |
Oct
(33) |
Nov
(29) |
Dec
(30) |
2015 |
Jan
(16) |
Feb
(3) |
Mar
(4) |
Apr
(9) |
May
(19) |
Jun
|
Jul
(11) |
Aug
(3) |
Sep
(9) |
Oct
(11) |
Nov
(4) |
Dec
(9) |
2016 |
Jan
(21) |
Feb
(9) |
Mar
(6) |
Apr
(13) |
May
(21) |
Jun
(4) |
Jul
(3) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
2017 |
Jan
(1) |
Feb
(4) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
2018 |
Jan
(3) |
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
(3) |
May
(1) |
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
(1) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: gioza <al...@al...> - 2014-09-19 07:53:25
|
the problem occurs also in the demo project, so it isn't due to my projects http://www.pmapper.net/demo/pmapper-5-dev/ if you flag and unflag layers few times, pmapper5 starts loading layers which don't appear for a while and the "activate" command doesn't work. It's like a "cache" read-write problem I think. Last version of Google Chrome is the problem? -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/last-google-chrome-version-bugs-with-pmapper5-tp4025616p4025621.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Thomas R. <tr...@si...> - 2014-09-17 08:45:44
|
Hi, After few search, it already works, but you have to specify 1 entry in search.xml for each layer (and not 1 for the whole group). This could be useful for suggest or options fields or sql_where if the queries are not the same in different layer in the same group... ==> 1 entry for each layer (not group !) you want to search in. ==> Just add the attribut "groupname". Example: <layer type="postgis" name="my_layer_name" groupname="my_group_name"> Hope this helps Thomas Le 22/07/2014 12:03, Thomas RAFFIN a écrit : > Hi, > > My version doesn't works with groups, sorry... > > > Le 17/07/2014 21:38, Thomas RAFFIN a écrit : >> Hi, >> >> I think I've got this code. >> >> I will check it tomorrow. >> >> Le 17/07/2014 19:39, Juliano C. P. Agostinho a écrit : >>> Thank you. >>> >>> I will try implement one search to groups if I have success I will send to >>> you. >>> >>> -----Mensagem original----- >>> De: Armin Burger [mailto:arm...@gm...] >>> Enviada em: quinta-feira, 17 de julho de 2014 14:16 >>> Para: Juliano C. P. Agostinho; pma...@li... >> >>> "pma...@li..." >>> Assunto: Re: [pmapper-users] Attribute search >>> >>> Attribute searches just work on layers, not groups. So in your case you have >>> to decide which of the grouped layers to use for the search. In principal it >>> would be possible to use the same mechanism as for identify (collecting >>> results for layers of a group) but that was never implemented. >>> >>> /a >>> >>> On 07/17/2014 06:37 PM, Juliano C. P. Agostinho wrote: >>>> Hi, >>>> >>>> >>>> >>>> I have one problem, I have 2 SHAPEfiles (point and polygon) and I want >>>> search in both. >>>> >>>> >>>> >>>> Exemple: >>>> >>>> I want search Topdown's city in all SHP's (point and polygon) in same >>> time. >>>> Is there one way? >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> MAPFILE: >>>> >>>> >>>> >>>> LAYER >>>> >>>> NAME "City" >>>> >>>> GROUP CITY >>>> >>>> MAXSCALE 7000 >>>> >>>> TYPE POLYGON >>>> >>>> STATUS OFF >>>> >>>> DATA City_polig.shp" >>>> >>>> CLASS >>>> >>>> NAME " " >>>> >>>> STYLE >>>> >>>> OUTLINECOLOR 128 128 128 >>>> >>>> LINECAP butt >>>> >>>> WIDTH 2 >>>> >>>> PATTERN 5 5 END >>>> >>>> END >>>> >>>> TEMPLATE void >>>> >>>> END >>>> >>>> METADATA >>>> >>>> "DESCRIPTION" "city" >>>> >>>> "RESULT_FIELDS" "NAME" >>>> >>>> "RESULT_HEADERS" "Name" >>>> >>>> "LAYER_ENCODING" "ISO-8859-1" >>>> >>>> "ows_title" "City" >>>> >>>> END >>>> >>>> END >>>> >>>> >>>> >>>> LAYER >>>> >>>> NAME "City" >>>> >>>> GROUP CITY >>>> >>>> MAXSCALE 7000 >>>> >>>> TYPE POINT >>>> >>>> STATUS OFF >>>> >>>> DATA "City_point.shp" >>>> >>>> CLASS >>>> >>>> NAME " " >>>> >>>> STYLE >>>> >>>> SYMBOL "circle1" >>>> >>>> COLOR 128 128 128 >>>> >>>> SIZE 10 >>>> >>>> END >>>> >>>> TEMPLATE void >>>> >>>> END >>>> >>>> METADATA >>>> >>>> "DESCRIPTION" "city" >>>> >>>> "RESULT_FIELDS" "NAME" >>>> >>>> "RESULT_HEADERS" "Name" >>>> >>>> "LAYER_ENCODING" "ISO-8859-1" >>>> >>>> "ows_title" "City" >>>> >>>> END >>>> >>>> END >>>> >>>> >>>> >>>> >>>> >>>> <searchitem name="City" description="City"> >>>> >>>> <layer type="shape" name="City"> >>>> >>>> <field type="s" name="NAME" description="Name:" >>> wildcard="0"> >>>> </field> >>>> >>>> </layer> >>>> >>>> </searchitem> >>>> >>>> >>>> >>>> >>> ---------------------------------------------------------------------------- >>> -- >>>> Want fast and easy access to all the code in your enterprise? Index and >>>> search up to 200,000 lines of code with a free copy of Black Duck >>>> Code Sight - the same software that powers the world's largest code >>>> search on Ohloh, the Black Duck Open Hub! Try it now. >>>> http://p.sf.net/sfu/bds >>>> _______________________________________________ >>>> pmapper-users mailing list >>>> pma...@li... >>>> https://lists.sourceforge.net/lists/listinfo/pmapper-users >>>> >>> ------------------------------------------------------------------------------ >>> Want fast and easy access to all the code in your enterprise? Index and >>> search up to 200,000 lines of code with a free copy of Black Duck >>> Code Sight - the same software that powers the world's largest code >>> search on Ohloh, the Black Duck Open Hub! Try it now. >>> http://p.sf.net/sfu/bds >>> _______________________________________________ >>> pmapper-users mailing list >>> pma...@li... >>> https://lists.sourceforge.net/lists/listinfo/pmapper-users >>> >>> -- Thomas RAFFIN Chef de Projet Internet tr...@si... <mailto:tr...@si...> Sirap <http://sirap.fr> Tel : 04 75 72 84 10 Fax : 04 75 70 07 98 Rue Paul Louis Héroult - BP 253 26106 Romans cedex |
From: gioza <al...@al...> - 2014-09-16 09:01:34
|
Have you created the "httpd_PROJECT NAME.conf" file for your project? -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Re-pmapper-users-MS4W-The-requested-URL-pmapper-was-not-found-on-this-server-tp4025602p4025618.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: gioza <al...@al...> - 2014-09-16 08:48:16
|
same issues with version 38.0.2125.58 beta-m -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/last-google-chrome-version-bugs-with-pmapper5-tp4025616p4025617.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: gioza <al...@al...> - 2014-09-16 07:31:33
|
Yesterday I update my google chrome to 37.x release and I realised some problems in my pmapper5 projects and also in the demo one on-line. In a sort of "stress" use, I mean activating and deactivating layers frequently, google chrome start loading until you zoom or pan the map somewhere else. Raster layers don't reload at all at the scale or zoom position in which google chrome starts its anomaly behavior! I tested in Firefox(last release) and IE11 and everything works fine and also in Google chrome 36.x. Does anyone of you have experienced the same issue? -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/last-google-chrome-version-bugs-with-pmapper5-tp4025616.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: jose m. <jos...@gm...> - 2014-09-11 13:37:28
|
2 layers overlapped - the second layer with 50% of transparency, without drawings: screen image: <http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/file/n4025615/screen1.jpg> print image (pdf): <http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/file/n4025615/print1.jpg> 2 layers overlapped - the second layer with 50% of transparency, with a circle shape: screen image: <http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/file/n4025615/screen2.jpg> print image (pdf): <http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/file/n4025615/print2.jpg> CONCLUSION: the transparency/opacity value of the layers is always ignored by the pdf generator system whenever there's a drawing over the map. Any user who has detected this problem? I hope someone can help me. Thank you very much Thomas Raffin and all pmapper Users Jose -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/bug-with-draw-printable-shapes-over-the-map-drawing-plugin-tp4025615.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: gioza <al...@al...> - 2014-09-05 12:51:58
|
at the end my solution is the following one: 1) create a table with all the possible routes; 2) use search function of pmapper to query my track; 3) use a route layer in background: it is in the mapfile but not in config.xlm; in this way I can use it and see the query results like an highlight; this is a workaround because I didn't figure out to use dynamically the pgrouting inside pmapper. I think an advantage is faster reply of server but every time I change a route I have to regenerate my table. Actually it isn't a problem because I create a php ad hoc -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-pgrouting-tp4025437p4025614.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Thomas R. <tr...@si...> - 2014-09-03 13:57:14
|
great! Now I remember this problem ;-) Le 03/09/2014 14:12, nando_gcia a écrit : > I finally solved the problem: At the beginning of the map file must always > have these two lines: > > RESOLUTION 96 > DEFRESOLUTION 96 > > Thank you all for your cooperation. > > > > -- > View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Print-pdf-in-pmapper-4-3-2-change-size-font-tp4025542p4025612.html > Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Slashdot TV. > Video for Nerds. Stuff that matters. > http://tv.slashdot.org/ > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > > -- Thomas RAFFIN Chef de Projet Internet tr...@si... <mailto:tr...@si...> Sirap <http://sirap.fr> Tel : 04 75 72 84 10 Fax : 04 75 70 07 98 Rue Paul Louis Héroult - BP 253 26106 Romans cedex |
From: nando_gcia <nan...@ho...> - 2014-09-03 12:12:13
|
I finally solved the problem: At the beginning of the map file must always have these two lines: RESOLUTION 96 DEFRESOLUTION 96 Thank you all for your cooperation. -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Print-pdf-in-pmapper-4-3-2-change-size-font-tp4025542p4025612.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Thomas R. <tr...@si...> - 2014-09-03 11:40:47
|
On my workstation: - pmapper 4 (trunk version) - MapServer (Windows) 6.2.1 - demo data printing HTML and PDF give the same results. I've printed them an manually superpose the papers, font size are the same at the same scale and feet exactly... Other question: what is your output format please ? Le 03/09/2014 11:47, nando_gcia a écrit : > Hi, my map file is in UNITS-> METERS and LABEL tag code is: > > LABEL > FONT "vera" > TYPE truetype > SIZE 10 > ALIGN CENTER > COLOR 0 0 0 > OUTLINECOLOR 255,255,128 > TRUE FORCE > PARTIALS FALSE > AUTO POSITION > MAXSCALEDENOM 600 > TRUE antialiasing > END > > I've just tested with Mapserver 6.0.1 and 6.2.1 in Windows and Ubuntu > Server: > - Mapserver image in the browser -> OK > - PDF (from pmapper print functionality) -> RESIZE SIZED > - HTML "print" (from pmapper print functionality) -> OK > - Image generation (from "donwload" pmapper functionality) -> OK > > I also tried changing the value <pdfres> 1 </ pdfres> with the value 2 in > the xml file pmapper and the error continues. I've even changed the font to > FreeSans and others. > > Any other ideas? > > > > -- > View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Print-pdf-in-pmapper-4-3-2-change-size-font-tp4025542p4025610.html > Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Slashdot TV. > Video for Nerds. Stuff that matters. > http://tv.slashdot.org/ > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > > -- Thomas RAFFIN Chef de Projet Internet tr...@si... <mailto:tr...@si...> Sirap <http://sirap.fr> Tel : 04 75 72 84 10 Fax : 04 75 70 07 98 Rue Paul Louis Héroult - BP 253 26106 Romans cedex |
From: nando_gcia <nan...@ho...> - 2014-09-03 09:47:33
|
Hi, my map file is in UNITS-> METERS and LABEL tag code is: LABEL FONT "vera" TYPE truetype SIZE 10 ALIGN CENTER COLOR 0 0 0 OUTLINECOLOR 255,255,128 TRUE FORCE PARTIALS FALSE AUTO POSITION MAXSCALEDENOM 600 TRUE antialiasing END I've just tested with Mapserver 6.0.1 and 6.2.1 in Windows and Ubuntu Server: - Mapserver image in the browser -> OK - PDF (from pmapper print functionality) -> RESIZE SIZED - HTML "print" (from pmapper print functionality) -> OK - Image generation (from "donwload" pmapper functionality) -> OK I also tried changing the value <pdfres> 1 </ pdfres> with the value 2 in the xml file pmapper and the error continues. I've even changed the font to FreeSans and others. Any other ideas? -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Print-pdf-in-pmapper-4-3-2-change-size-font-tp4025542p4025610.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Thomas R. <tr...@si...> - 2014-09-03 08:45:18
|
Hi, That's not what I would like to say. I thought your specific MapServer version (6.0.1) could not be well supported in pmapper. That's why I suggested to upgrade to 6.2.x or 6.4.x. I've just tested with: - pmapper image in the browser - PDF (from pmapper print functionality) - HTML "print" (from pmapper print functionality) - image generation (from "donwload" pmapper functionality) All text are well sized. Maybe there is an issue with LABEL parameter in mapfile... Here is the one I've tested LABEL TYPE TRUETYPE FONT "vera" SIZE 6 POSITION cc COLOR 0 0 0 ANTIALIAS TRUE END What are your LABEL part please? And the MAP->UNITS value (meters, pixels ?) ? I'm in meters. Le 03/09/2014 07:33, nando_gcia a écrit : > Hi Armin, I have tried your solution but no difference, still the same > result. Thomas Raffin says mapserver version does not support well pmappper > this is true? > > > > -- > View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Print-pdf-in-pmapper-4-3-2-change-size-font-tp4025542p4025607.html > Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Slashdot TV. > Video for Nerds. Stuff that matters. > http://tv.slashdot.org/ > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > > -- Thomas RAFFIN Chef de Projet Internet tr...@si... <mailto:tr...@si...> Sirap <http://sirap.fr> Tel : 04 75 72 84 10 Fax : 04 75 70 07 98 Rue Paul Louis Héroult - BP 253 26106 Romans cedex |
From: Johan G. <joh...@gm...> - 2014-09-03 06:45:07
|
hi there Even in the official demo is the pdf print failed. PDF Link: http://www.pmapper.net/demo/p42/printmap.phtml?printscale=3700000&printrefmap=on&docformat=pdf&printtitle=ffffff&papersize=A4&orientation=P&maptype=normal&PHPSESSID=9h1ati5eq74vbrtdapicq20c33&config=default Portal: http://www.pmapper.net/demo/p42/map_default.phtml?winsize=medium&language=de&config=default 2014-09-03 1:03 GMT-04:30 nando_gcia <nan...@ho...>: > Hi Armin, I have tried your solution but no difference, still the same > result. Thomas Raffin says mapserver version does not support well pmappper > this is true? > > > > -- > View this message in context: > http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Print-pdf-in-pmapper-4-3-2-change-size-font-tp4025542p4025607.html > Sent from the pmapper-users -- p.mapper users mailing list mailing list > archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Slashdot TV. > Video for Nerds. Stuff that matters. > http://tv.slashdot.org/ > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > -- Johan Miguel Guerra P. |
From: nando_gcia <nan...@ho...> - 2014-09-03 05:34:05
|
Hi Armin, I have tried your solution but no difference, still the same result. Thomas Raffin says mapserver version does not support well pmappper this is true? -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Print-pdf-in-pmapper-4-3-2-change-size-font-tp4025542p4025607.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Armin B. <arm...@gm...> - 2014-09-02 21:35:53
|
The only place I see where the labels are increased is in print/print.php, around line 359. Just try to comment out the line $this->increaseLabels($pdfres); and see if it works better. armin On 09/02/2014 08:46 PM, Johan Guerra wrote: > Hi I have the same problem and have not been able to find the solution for > pdf printing . > > Any help I will be grateful > > Johan > > 2014-09-02 4:20 GMT-04:30 nando_gcia <nan...@ho...>: > >> Hi again, no one can confirm if the issue is resolved by installing the 6.4 >> version of mapserver? >> >> >> >> -- >> View this message in context: >> http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Print-pdf-in-pmapper-4-3-2-change-size-font-tp4025542p4025604.html >> Sent from the pmapper-users -- p.mapper users mailing list mailing list >> archive at Nabble.com. >> >> >> ------------------------------------------------------------------------------ >> Slashdot TV. >> Video for Nerds. Stuff that matters. >> http://tv.slashdot.org/ >> _______________________________________________ >> pmapper-users mailing list >> pma...@li... >> https://lists.sourceforge.net/lists/listinfo/pmapper-users >> > > > |
From: Johan G. <joh...@gm...> - 2014-09-02 18:46:46
|
Hi I have the same problem and have not been able to find the solution for pdf printing . Any help I will be grateful Johan 2014-09-02 4:20 GMT-04:30 nando_gcia <nan...@ho...>: > Hi again, no one can confirm if the issue is resolved by installing the 6.4 > version of mapserver? > > > > -- > View this message in context: > http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Print-pdf-in-pmapper-4-3-2-change-size-font-tp4025542p4025604.html > Sent from the pmapper-users -- p.mapper users mailing list mailing list > archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Slashdot TV. > Video for Nerds. Stuff that matters. > http://tv.slashdot.org/ > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > -- Johan Miguel Guerra P. |
From: nando_gcia <nan...@ho...> - 2014-09-02 08:50:20
|
Hi again, no one can confirm if the issue is resolved by installing the 6.4 version of mapserver? -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Print-pdf-in-pmapper-4-3-2-change-size-font-tp4025542p4025604.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Ceyhun G. <cey...@gm...> - 2014-09-02 06:29:18
|
Hi, I would like to learn if PMapper supports Geo Server and tiled requests? Many thanks in advance Ceyhun |
From: Solly V. <sol...@gm...> - 2014-09-01 13:33:26
|
Hi Pmapper Today I decide to go back and install MS4W 3.0.6 and downloaded Pmapper 4.3.2 that was lastly modified 2014-01-03 After I unzip everything to to MS4W and open it I got this error Not Found The requested URL /pmapper/ was not found on this serve I cant remember how I use to solve this , can someone assist me please |
From: Mohamed K. <mrk...@ho...> - 2014-08-29 13:33:32
|
I Just istalled ms4w, I got the following. Can you plese help me to solve this problem. M.K -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Warning: ms_newMapObj(): [MapServer Error]: loadOutputFormat(): OUTPUTFORMAT clause references driver GD/JPEG, but this driver isn't configured. in C:\ms4w\apps\pmapper\pmapper-4.0.0\incphp\globals.php on line 60 Warning: ms_newMapObj(): [MapServer Error]: msOutputFormatValidate(): OUTPUTFORMAT png has IMAGEMODE RGB/RGBA, which is not supported for GD drivers. in C:\ms4w\apps\pmapper\pmapper-4.0.0\incphp\globals.php on line 60 Fatal error: Uncaught exception 'MapScriptException' with message 'Failed to open map file "C:/ms4w/apps/pmapper/pmapper-4.0.0/config/default/pmapper_demo.map"' in C:\ms4w\apps\pmapper\pmapper-4.0.0\incphp\globals.php:60 Stack trace: #0 C:\ms4w\apps\pmapper\pmapper-4.0.0\incphp\globals.php(60): ms_newMapObj('C:/ms4w/apps/pm...') #1 C:\ms4w\apps\pmapper\pmapper-4.0.0\map.phtml(37): require_once('C:\ms4w\apps\pm...') #2 {main} thrown in C:\ms4w\apps\pmapper\pmapper-4.0.0\incphp\globals.php on line 60 |
From: Ceyhun G. <cey...@gm...> - 2014-08-20 11:36:36
|
Sorry to bother you all. I don't know if you receive these emails because I get some message from bounces telling that my message is ignored etc. Sending just to make sure. Thanks Here is my message: Hi, I sent emails about my problem with PMapper. But I sent two emails which may cause confusion for people. I am sending one email which summarise the situation. - I installed map server to port using FGS and created a sample Map File using QGIS. - I have three layers (geoyol, parsel, geokapi) and no specified groups on my MapServer .map file and when I directly call them (like the link at the en of the line) I see the map is drawn (http://192.168.2.88:8000/cgi-bin/mapserv?mode=map&map=/opt/fgs/www/cgi-bin/beylikduzugis.map&layer=geoyol).* *- I tried to install PMapper as advised on Quick Install. I think I made a mistake during installation. When I call pmapper, Page stays in "Loading" state. I installed Fiddler and made it listen port 8000 to view the error and found: * Warning: Division by zero in /opt/fgs/www/htdocs/pmapper/incphp/map/map.php on line 299 Warning: Division by zero in /opt/fgs/www/htdocs/pmapper/incphp/map/map.php on line 300 Warning: Division by zero in /opt/fgs/www/htdocs/pmapper/incphp/map/map.php on line 301 Warning: Division by zero in /opt/fgs/www/htdocs/pmapper/incphp/map/map.php on line 302 Warning: Division by zero in /opt/fgs/www/htdocs/pmapper/incphp/map/map.php on line 303 Warning: Division by zero in /opt/fgs/www/htdocs/pmapper/incphp/map/map.php on line 304 {"sessionerror":"false", "mapURL":"4a37911bb4496d39dbdecb422b3374141408110404085598800.png", "scalebarURL":"4a37911bb4496d39dbdecb422b3374141408110405045064700.png", "geo_scale":"22520", "refreshToc":"0", "refreshLegend":"1", "urlPntStr":"", "mapW":"1635", "mapH":"844", "refW":"0", "refH":"0", "minx_geo":"379739.612304", "maxy_geo":"4543712.5", "xdelta_geo":"12983.806642", "ydelta_geo":"6698.5", "refBoxStr":"0,0,0,0" }*** Anybody have an idea? Many thanks Ceyhun |
From: Raffaele M. <raf...@gm...> - 2014-08-19 13:47:58
|
2014-08-19 15:42 GMT+02:00 Ceyhun Ganioglu <cey...@gm...>: > Hi again, > > Sorry I have more information about my problem. > > I installed Fiddler and listened to port 8000 which both Map Server and > PMAPPER works on. I saw the following error message > > > <br /> > <b>Warning</b>: [MapServer Error]: msSaveImageGD(): Unable to open file > > /opt/fgs/www/cgi-bin/4a37911bb4496d39dbdecb422b3374141408109934053525300.png > for writing > in <b>/opt/fgs/www/htdocs/pmapper/incphp/common.php</b> on line > <b>315</b><br /> > <br /> > <b>Fatal error</b>: Failed writing image to > 4a37911bb4496d39dbdecb422b3374141408109934053525300.png in > <b>/opt/fgs/www/htdocs/pmapper/incphp/common.php</b> on line > <b>315</b><br /> > > > Then I gave full permission to the folder to check if it works > > Now I got the message of: > > > <br /> > <b>Warning</b>: Division by zero in > <b>/opt/fgs/www/htdocs/pmapper/incphp/map/map.php</b> on line > <b>299</b><br /> > <br /> > <b>Warning</b>: Division by zero in > <b>/opt/fgs/www/htdocs/pmapper/incphp/map/map.php</b> on line > <b>300</b><br /> > <br /> > <b>Warning</b>: Division by zero in > <b>/opt/fgs/www/htdocs/pmapper/incphp/map/map.php</b> on line > <b>301</b><br /> > <br /> > <b>Warning</b>: Division by zero in > <b>/opt/fgs/www/htdocs/pmapper/incphp/map/map.php</b> on line > <b>302</b><br /> > <br /> > <b>Warning</b>: Division by zero in > <b>/opt/fgs/www/htdocs/pmapper/incphp/map/map.php</b> on line > <b>303</b><br /> > <br /> > <b>Warning</b>: Division by zero in > <b>/opt/fgs/www/htdocs/pmapper/incphp/map/map.php</b> on line > <b>304</b><br /> > {"sessionerror":"false", > "mapURL":"4a37911bb4496d39dbdecb422b3374141408110404085598800.png", > "scalebarURL":"4a37911bb4496d39dbdecb422b3374141408110405045064700.png", > "geo_scale":"22520", "refreshToc":"0", "refreshLegend":"1", > "urlPntStr":"", "mapW":"1635", "mapH":"844", "refW":"0", "refH":"0", > "minx_geo":"379739.612304", "maxy_geo":"4543712.5", > "xdelta_geo":"12983.806642", "ydelta_geo":"6698.5", "refBoxStr":"0,0,0,0" > } > > I hope it helps to understand what the problem is. > > Many thanks > Be sure mapserver is doing well with your mapfile using shp2img utility, it should generate an image without errors. |
From: Ceyhun G. <cey...@gm...> - 2014-08-19 13:42:23
|
Hi again, Sorry I have more information about my problem. I installed Fiddler and listened to port 8000 which both Map Server and PMAPPER works on. I saw the following error message <br /> <b>Warning</b>: [MapServer Error]: msSaveImageGD(): Unable to open file /opt/fgs/www/cgi-bin/4a37911bb4496d39dbdecb422b3374141408109934053525300.png for writing in <b>/opt/fgs/www/htdocs/pmapper/incphp/common.php</b> on line <b>315</b><br /> <br /> <b>Fatal error</b>: Failed writing image to 4a37911bb4496d39dbdecb422b3374141408109934053525300.png in <b>/opt/fgs/www/htdocs/pmapper/incphp/common.php</b> on line <b>315</b><br /> Then I gave full permission to the folder to check if it works Now I got the message of: <br /> <b>Warning</b>: Division by zero in <b>/opt/fgs/www/htdocs/pmapper/incphp/map/map.php</b> on line <b>299</b><br /> <br /> <b>Warning</b>: Division by zero in <b>/opt/fgs/www/htdocs/pmapper/incphp/map/map.php</b> on line <b>300</b><br /> <br /> <b>Warning</b>: Division by zero in <b>/opt/fgs/www/htdocs/pmapper/incphp/map/map.php</b> on line <b>301</b><br /> <br /> <b>Warning</b>: Division by zero in <b>/opt/fgs/www/htdocs/pmapper/incphp/map/map.php</b> on line <b>302</b><br /> <br /> <b>Warning</b>: Division by zero in <b>/opt/fgs/www/htdocs/pmapper/incphp/map/map.php</b> on line <b>303</b><br /> <br /> <b>Warning</b>: Division by zero in <b>/opt/fgs/www/htdocs/pmapper/incphp/map/map.php</b> on line <b>304</b><br /> {"sessionerror":"false", "mapURL":"4a37911bb4496d39dbdecb422b3374141408110404085598800.png", "scalebarURL":"4a37911bb4496d39dbdecb422b3374141408110405045064700.png", "geo_scale":"22520", "refreshToc":"0", "refreshLegend":"1", "urlPntStr":"", "mapW":"1635", "mapH":"844", "refW":"0", "refH":"0", "minx_geo":"379739.612304", "maxy_geo":"4543712.5", "xdelta_geo":"12983.806642", "ydelta_geo":"6698.5", "refBoxStr":"0,0,0,0" } I hope it helps to understand what the problem is. Many thanks -------- Özgün ileti -------- Konu: Map viewing problem Tarih: Tue, 19 Aug 2014 16:17:03 +0300 Kimden: Ceyhun Ganioglu <cey...@gm...> Kime: pma...@li... Hi all, I am a newbie for both Map Server and PMapper. I installed Map Server via FGS. And created a map file using QGIS. It works fine when I send http://192.168.2.88:8000/cgi-bin/mapserv?mode=map&map=/opt/fgs/www/cgi-bin/beylikduzugis.map&layer=geoyol and the map file setting on PMapper is <mapFile>/opt/fgs/www/cgi-bin/beylikduzugis.map</mapFile> There are only three simple PostGIS layers which are geoyol, parsel, geokapi in .map file. I get no error messages on PMapper (also checked the page source) But the map is not displayed. My current map file is as follows (previously there were groups etc. It did not work like that also so I removed.) : <map> <mapFile>/opt/fgs/www/cgi-bin/beylikduzugis.map</mapFile> <tplMapFile>common/template.map</tplMapFile> <categories> <category name="geoyol"> <group>geoyol</group> </category> <category name="geokapi"> <group>geokapi</group> </category> <category name="parsel"> <group>parsel</group> </category> </categories> <layerAutoRefresh>1</layerAutoRefresh> <imgFormat>png</imgFormat> <altImgFormat>jpeg</altImgFormat> <!-- <altImgFormatLayers> <layer>jpl_wms_global_mosaic</layer> <layer>dem</layer> </altImgFormatLayers> --> <sliderMax>max</sliderMax> <sliderMin>100000</sliderMin> </map> Could anyone give me an idea what the wrong thing is with this configuration? Many thanks. |
From: Ceyhun G. <cey...@gm...> - 2014-08-19 13:17:08
|
Hi all, I am a newbie for both Map Server and PMapper. I installed Map Server via FGS. And created a map file using QGIS. It works fine when I send http://192.168.2.88:8000/cgi-bin/mapserv?mode=map&map=/opt/fgs/www/cgi-bin/beylikduzugis.map&layer=geoyol and the map file setting on PMapper is <mapFile>/opt/fgs/www/cgi-bin/beylikduzugis.map</mapFile> There are only three simple PostGIS layers which are geoyol, parsel, geokapi in .map file. I get no error messages on PMapper (also checked the page source) But the map is not displayed. My current map file is as follows (previously there were groups etc. It did not work like that also so I removed.) : <map> <mapFile>/opt/fgs/www/cgi-bin/beylikduzugis.map</mapFile> <tplMapFile>common/template.map</tplMapFile> <categories> <category name="geoyol"> <group>geoyol</group> </category> <category name="geokapi"> <group>geokapi</group> </category> <category name="parsel"> <group>parsel</group> </category> </categories> <layerAutoRefresh>1</layerAutoRefresh> <imgFormat>png</imgFormat> <altImgFormat>jpeg</altImgFormat> <!-- <altImgFormatLayers> <layer>jpl_wms_global_mosaic</layer> <layer>dem</layer> </altImgFormatLayers> --> <sliderMax>max</sliderMax> <sliderMin>100000</sliderMin> </map> Could anyone give me an idea what the wrong thing is with this configuration? Many thanks. |
From: jose m. <jos...@gm...> - 2014-08-07 10:07:29
|
Hi Thomas! Back to my question, You can implement the ability to change the colors of the drawings like the colors of the saved selections? I detected a problem with regard to the drawing objects, when i try to print a map with drawings, the value of transparency of the drawings does not match (assuming the value of transparency by default) and all other layer transparencies also takes its default value. Thank You Best Regards 2014-07-28 11:49 GMT+01:00 jose mvm [via pmapper-users -- p.mapper users mailing list] <ml-...@n3...>: > Hi Thomas, > > I mean, for example, change the color of the drawings like i can change > the color of the saved selections. > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/selectionManagement-plugin-tp4025583p4025593.html > To unsubscribe from selectionManagement plugin, click here > <http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4025583&code=am9zZS5tYWNhdUBnbWFpbC5jb218NDAyNTU4M3wxNDQ1MDQ5ODU1> > . > NAML > <http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/selectionManagement-plugin-tp4025583p4025596.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |