pmapper-users Mailing List for p.mapper (Page 9)
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...> - 2015-01-08 09:20:30
|
it works! great! Is it possible to "manage" cache/no cache for layers in the xml file? I mean, if I woulk like to make a layer always updated as You told me in another post I have to modify the url request in map.php (for istance) with timestamp. It could be nice to manage this option via xml file, I think, otherwise all layers (tile or map) will be managed in the same way. Bye, Giovanni -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-Tile-caching-support-in-p-mapper-5-tp4025722p4025724.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: gioza <al...@al...> - 2015-01-08 07:35:33
|
I will try right now! Great job Armin! -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-Tile-caching-support-in-p-mapper-5-tp4025722p4025723.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Armin B. <arm...@gm...> - 2015-01-07 20:20:16
|
Dear all In case of interest, I added a simple solution for on-disk tile caching for tiled layers in pm5. It only requires enough disk space for the cache image tiles and a few config parameters. It's mainly useful for large datasets that shall be displayed at lower zoom levels but have too many details to be rendered acceptably fast at lower zoom levels. Could be vector layers with a lot of details or raster layers with lots of single files to be read. The advantage to a fully-fledged tile cache solution (like MapCache) is that it does not require additional service set-ups. And in case of vector layers it also supports legend icons (and printing, once it is fully working...). If you want to try, see changesets 1372 and 1375 for the files to be updated from svn trunk. Config parameters are listed here: http://svn.pmapper.net/trac/wiki/XmlFileSettingsFive?action=diff&version=12 could look like <category name="cat_admin" imgFormat="png32" olTheme="admin" buffer="0" themeType="PMTile" tileCache="true" cacheMaxLevel="12"> and needs under <map> an entry like <tileCacheRoot>/path/to/pmapper_tilecache/default</tileCacheRoot> A corresponding basic seeding functionality is currently in test. Out-dated tile files, e.g. due to changes in symbology, need to removed manually in the directory of the tile cache. But the Unix "find" command allows a quite comprehensive functionality for this. Regards /A |
From: Thomas R. <tr...@si...> - 2015-01-06 15:43:52
|
Found (thanks you jose)! It depends on js configuration, compression level and method, etc ... Just commited right now. Thomas Le 06/01/2015 10:27, Thomas RAFFIN a écrit : > Hi > > What about your PHP error log file please? > > Le 30/12/2014 01:29, Pedro Venâncio a écrit : >> Hi Thomas, >> >> First of all, thank you very much for these improvements! >> >> I've been trying to update the Drawing plugin of one pmapper application, but the "Export result" is not working. It opens a new tab in browser, stays a little bit loading ../plugins/drawing/x_drawExport.php page, and then I get "NetworkError: 500 Internal Server Error" (on firebug). >> >> What could be going wrong? >> >> Thank you very much! >> >> Best regards, >> Pedro >> >> >> >> >> >> ----- Mensagem original ----- >>> DE: Thomas RAFFIN >>> Para: pmapper-users >>> >>> Hi, >>> >>> I've just committed few things in pmapper4 trunk version. Here is a >>> quick changelog: >>> - new plugin: "multimedia_files" to show images in the result window >>> - drawing with more features: save file, reload, zoom to all, change >>> properties for already drawn features, change comment, uniformize somme >>> properties for all features of the same type, ... >>> - measure2: change color for already drawn features >>> - query editor: add operator at cursor position >>> - selection management: remove whole layer >>> - ... >>> >>> Feel free to add documentation in the wiki or correct few bugs in >>> drawing plugin (or other): >>> - dynamic window for properties opened at the beginning >>> - buttons at the bottom of the main drawing window are badly positioned >>> - ... >>> >>> Bye >>> >>> Thomas > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming! The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users |
From: Thomas R. <tr...@si...> - 2015-01-06 09:27:44
|
Hi What about your PHP error log file please? Le 30/12/2014 01:29, Pedro Venâncio a écrit : > Hi Thomas, > > First of all, thank you very much for these improvements! > > I've been trying to update the Drawing plugin of one pmapper application, but the "Export result" is not working. It opens a new tab in browser, stays a little bit loading ../plugins/drawing/x_drawExport.php page, and then I get "NetworkError: 500 Internal Server Error" (on firebug). > > What could be going wrong? > > Thank you very much! > > Best regards, > Pedro > > > > > > ----- Mensagem original ----- >> DE: Thomas RAFFIN >> Para: pmapper-users >> >> Hi, >> >> I've just committed few things in pmapper4 trunk version. Here is a >> quick changelog: >> - new plugin: "multimedia_files" to show images in the result window >> - drawing with more features: save file, reload, zoom to all, change >> properties for already drawn features, change comment, uniformize somme >> properties for all features of the same type, ... >> - measure2: change color for already drawn features >> - query editor: add operator at cursor position >> - selection management: remove whole layer >> - ... >> >> Feel free to add documentation in the wiki or correct few bugs in >> drawing plugin (or other): >> - dynamic window for properties opened at the beginning >> - buttons at the bottom of the main drawing window are badly positioned >> - ... >> >> Bye >> >> Thomas > |
From: Pedro V. <ped...@ya...> - 2014-12-30 00:30:05
|
Hi Thomas, First of all, thank you very much for these improvements! I've been trying to update the Drawing plugin of one pmapper application, but the "Export result" is not working. It opens a new tab in browser, stays a little bit loading ../plugins/drawing/x_drawExport.php page, and then I get "NetworkError: 500 Internal Server Error" (on firebug). What could be going wrong? Thank you very much! Best regards, Pedro ----- Mensagem original ----- > DE: Thomas RAFFIN > Para: pmapper-users > > Hi, > > I've just committed few things in pmapper4 trunk version. Here is a > quick changelog: > - new plugin: "multimedia_files" to show images in the result window > - drawing with more features: save file, reload, zoom to all, change > properties for already drawn features, change comment, uniformize somme > properties for all features of the same type, ... > - measure2: change color for already drawn features > - query editor: add operator at cursor position > - selection management: remove whole layer > - ... > > Feel free to add documentation in the wiki or correct few bugs in > drawing plugin (or other): > - dynamic window for properties opened at the beginning > - buttons at the bottom of the main drawing window are badly positioned > - ... > > Bye > > Thomas |
From: Raffaele M. <raf...@gm...> - 2014-12-29 07:32:36
|
On 26/12/14 at 03:27pm, Firdaus firdaus wrote: > dear all, > > Is there anyone who can help me to create google map as a layer in pmapper ? > > Thank you very much for your help in advance > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming! The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users Google layers are "native" in PMapper5. /r -- «My mama said to get things done You'd better not mess with Major Tom» D.Bowie |
From: Firdaus f. <ali...@gm...> - 2014-12-26 13:27:02
|
dear all, Is there anyone who can help me to create google map as a layer in pmapper ? Thank you very much for your help in advance |
From: Thomas R. <tr...@si...> - 2014-12-22 15:14:12
|
Dynamic window bug should be solved! Le 19/12/2014 22:50, Thomas RAFFIN a écrit : > Hi, > > I've just committed few things in pmapper4 trunk version. Here is a > quick changelog: > - new plugin: "multimedia_files" to show images in the result window > - drawing with more features: save file, reload, zoom to all, change > properties for already drawn features, change comment, uniformize somme > properties for all features of the same type, ... > - measure2: change color for already drawn features > - query editor: add operator at cursor position > - selection management: remove whole layer > - ... > > Feel free to add documentation in the wiki or correct few bugs in > drawing plugin (or other): > - dynamic window for properties opened at the beginning > - buttons at the bottom of the main drawing window are badly positioned > - ... > > Bye > > Thomas > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > > |
From: Bogumił S. <sz...@ku...> - 2014-12-21 19:31:07
|
Hello, I've tried to use the mapselect plugin and zoomquery together. I noticed that after zoomquery results pmapper saves the "zoomLayer" and "zoomQuery" attributes. It is impossible to retrive correctly other maps prepared in mapselect plugin. Is there any possibility to reset the default map setting in the moment of click on the map in the mapselect plugin? thanks Bogumił sz...@ku... <mailto:%20...@ku...> hgis.kul.lublin.pl <hgis.kul.lublin.pl> geohistoria.pl <geohistoria.pl> |
From: Thomas R. <tr...@si...> - 2014-12-19 22:16:12
|
Hi, I've just committed few things in pmapper4 trunk version. Here is a quick changelog: - new plugin: "multimedia_files" to show images in the result window - drawing with more features: save file, reload, zoom to all, change properties for already drawn features, change comment, uniformize somme properties for all features of the same type, ... - measure2: change color for already drawn features - query editor: add operator at cursor position - selection management: remove whole layer - ... Feel free to add documentation in the wiki or correct few bugs in drawing plugin (or other): - dynamic window for properties opened at the beginning - buttons at the bottom of the main drawing window are badly positioned - ... Bye Thomas |
From: gioza <al...@al...> - 2014-12-18 14:04:25
|
thanks Suman, i tried your solution but the "window" with results doesn't appear even if the results can be seen using firebug so the query works. -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-iquery-window-type-tp4025709p4025711.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Suman <an...@ya...> - 2014-12-18 09:33:14
|
yes of course, i have tried that like this .. /** * Class for iQuery (Tool Tips) */ PM.QueryIQuery = PM.Class(PM.Query, { getActiveMsGroups: function(){ return [PM.UI.QuerySelectBox.selectedItem]; }, /** * Display result in DIV and postion it correctly * @param */ showResult: function(queryResult) { // Show in deafult query window if not defined differently if (PM.QueryConfig.iQueryResultDefaultDisplay) { PM.Query.prototype.showResult.apply(this, arguments); } else { // console.log(queryResult); var self = this; var iQL = $('#iqueryContainer'); // iQL.css('height','auto'); // iQL.css('top','0px'); if (queryResult) { var IQueryResult = self.parseResult(queryResult, 'iquery', false); } else { return false; } var mapCont = $('#map'); if (PM.QueryConfig.iqueryFollowMouse){ // border limits var limitRG = mapCont.iwidth() - iQL.iwidth() - 4; // Right var limitLF = 0; // Left var limitTP = 0; // Top var limitDN = mapCont.iheight() - iQL.iheight() - 4; // Down var moveX = PM.ZoomBox.x; var moveY = PM.ZoomBox.y; //gap between mouse pointer and iqueryLayer: var gap = 10; // console.log('width:'+iQL.iwidth()); // // right: if (moveX >= limitRG){ iQL.css({'left': moveX - iQL.iwidth() - gap +'px'}); } else { iQL.css({'left': +moveX + gap +'px'}); } // // down: if (moveY >= limitDN){ iQL.css({'top': moveY - iQL.iheight() - gap + 'px'}); } else { iQL.css({'top': moveY + gap +'px'}); } // iQL.css('left',moveX + gap +'px'); // iQL.css('top',moveY + gap +'px'); // console.log(IQueryResult); if (IQueryResult) { $('#iqueryContainer').html(IQueryResult).showv().show(); setTimeout(this.hideIQL,10000); // this.startCount(); } else { iQL.html('').height(0).hidev().hide(); // console.log('no results'); // clearTimeout(this.timer_t); // clearTimeout(this.iquery_timer); } // no follow, display on fixed position } else { if (IQueryResult) { iQL.html(IQueryResult).show(); } else { iQL.html('').hide(); } } } }, startCount: function(){ if(!this.iquery_timer) { this.iquery_timer = 1; this.timedCount(); }else { clearTimeout(this.timer_t); //this.hideIQL(); this.timer_c =0; this.iquery_timer = 0; this.startCount(); } }, /** * TIMER FOR OAUTO_IDENTIFY ACTION * indicates for how much time the cursor remains firm on the map [by Natalia] */ timedCount: function() { if (this.timer_c == 2){ console.log('exit'); clearTimeout(this.timer_t); console.log('stop '+this.timer_t); this.iquery_timer = 0; // this.hideIQL(); $('#iqueryContainer').hidev().hide(); this.timer_c = 0; }else{ // console.log(this.timer_c); $('#iqueryContainer').html('IQueryResult').showv().show(); this.timer_c += 1; this.timer_t = setTimeout(this.timedCount,1000); console.log('running '+this.timer_t); } }, hideIQL: function(){ // console.log('hide'); // clearTimeout(this.iquery_timer); // this.timerW = -1; var iQL = $('#iqueryContainer'); iQL.hidev().hide(); }, CLASS_NAME: "PM.QueryIQuery" }); may be, it will help you. suman -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-iquery-window-type-tp4025709p4025710.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: gioza <al...@al...> - 2014-12-17 16:32:08
|
Is it possible to show results of iquery function in a container like it was in pmapper4? The code includes that possibility but I tried to change iQueryResultDefaultDisplay to false with no success. It may be nice to show those results as "iquery" tamplate in the bottom-right container. -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-iquery-window-type-tp4025709.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: gioza <al...@al...> - 2014-12-17 13:07:08
|
I post this tip that may help managing opacity of highlights. Remove line 148 from PM.Layer.PMap.js and you have full control of symbology of selected features from template.map, especially opacity -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-highlights-opacity-tp4025708.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: gioza <al...@al...> - 2014-12-13 14:45:41
|
As suggested by Armin, I modified PM.Layer.PMap.js file in this way: substitute lines 135->137 with the following ones (copied from highlights) getUrlParamsAdditional: function() { var now = parseInt(new Date().getTime() / 100); return '×tamp=' + now; }, Now PMap layers are always updated. Just activate/disactivate the layer you will appreciate the modifications if they occured. A function like this: trigger: function myRefreshMap(){ map.layers[3].clearGrid(); map.layers[3].redraw(true); }, will force the update in the "current zoom extent/view"; Looking in the "PM.Layer.PMap.js" file I found out the parameter which rules the "opacity" of highlights (not manageable from template.map file): line 148 -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-refresh-a-layer-tp4025689p4025707.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Armin B. <arm...@gm...> - 2014-12-09 10:43:28
|
you could also just have it easy, and if you want layers without any caching, use the non-tiled ("PMap") type.... or add a timestamp KVP at the end of each x/y/z request URL, as it's done for the highlight layer. On 12/09/2014 10:50 AM, gioza wrote: > this function seems to do the job (partially). I have to do more tests > because it works only after a "pan" > > trigger: function myRefreshMap(){ > if (this.map) { > map.layers[4].clearGrid(); > map.layers[4].redraw(true); > > } > > }, > > clearGrid deletes the cache for layer[4] > > > > > > -- > View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-refresh-a-layer-tp4025689p4025705.html > Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > |
From: gioza <al...@al...> - 2014-12-09 09:50:42
|
this function seems to do the job (partially). I have to do more tests because it works only after a "pan" trigger: function myRefreshMap(){ if (this.map) { map.layers[4].clearGrid(); map.layers[4].redraw(true); } }, clearGrid deletes the cache for layer[4] -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-refresh-a-layer-tp4025689p4025705.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: gioza <al...@al...> - 2014-12-06 09:24:36
|
The only way it works for is to set "session_cache_limiter('nocache')" in index.php and comment the following line. Obviously the effect can be appreciated after a reaload, not during a live session (not completly true). The function map.layers[i].redraw(true) isn't useful, I would try with a map.layers[i].destroy() followed by map.addlayer[i]. Destroy function works, it deletes the oltheme refering to the order specified by the [i]. I think that caching shouldn't be set off because it improves browising performance for user. In my opinion the right way is to decide which layer can be refreshed (ex.: editable layer...). I am working on it, I let you know. any ideas? Giovanni -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-refresh-a-layer-tp4025689p4025704.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Armin B. <arm...@gm...> - 2014-12-02 21:06:21
|
you don't have caching on non-tiled layers, unless the URL for the layer image is 100% identical. Not that likely if you consider map extent coordinates for requests having 6 or more decimals for each corner coordinate pair... On 12/02/2014 10:01 PM, gioza wrote: > Hi Armin, > if I understood the modifications you suggested have effect on cache > lifetime. I have to do more tries to understand why it doesn't work for me > (I have cache also with PMap setting). > By the way a layer changement (symbology, contents...) won't be appreciate > during a live-session, i think. > I tried with redraw function but with no success obviously because it > redraws something in the cache... > > > > > -- > View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-refresh-a-layer-tp4025689p4025702.html > Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > |
From: gioza <al...@al...> - 2014-12-02 21:01:09
|
Hi Armin, if I understood the modifications you suggested have effect on cache lifetime. I have to do more tries to understand why it doesn't work for me (I have cache also with PMap setting). By the way a layer changement (symbology, contents...) won't be appreciate during a live-session, i think. I tried with redraw function but with no success obviously because it redraws something in the cache... -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-refresh-a-layer-tp4025689p4025702.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: gioza <al...@al...> - 2014-12-02 20:38:54
|
you are definitely right, obviously i am just trying to figure out with some "tricks" because i don't know any parts of the code and, first of all, i am not a software developper... I will try your solution. Is it possible to move out of the map the tool bar? (the one on the right side). thanks a lot! Giovanni -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-PanZoomBarContainer-problem-with-ol-2-12-implementation-tp4025690p4025701.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Armin B. <arm...@gm...> - 2014-12-02 18:24:35
|
That's a common issue with tiles. There are some tags for labels in the map file that suppress partial labels, or some special placement settings I guess. It will just solve some of your problems however. Symbols cut in one tile should however be continued in the adjacent one. armin On 12/02/2014 11:38 AM, Suman wrote: > i am facing the following problem. > <http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/file/n4025695/snap.png> > As in given image the symbol of point are incomplete. i think that the edge > of the tile is making this type of symbol. > So, how can i solve this problem? > Any suggestion please. > > Thanx in advance. > > Suman > > > > -- > View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/tile-edge-problem-tp4025695.html > Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > |
From: Armin B. <arm...@gm...> - 2014-12-02 18:19:44
|
You can of course just drop that DIV, the problems with this (relatively crappy implemented) control is that then you cannot easily place it where you want, cannot add backgrounds, transparencies etc. You can also use the default version of it, just remove the prototype function for it in pm.ol.customized.js that overwrites the default. On 12/02/2014 03:50 PM, gioza wrote: > Not bad solution could be: > > 1) remove pmPanZoomBarContainer from index.phtml file > > $(document).ready(function () { > $('#map').pmAppendElement('div', {'id': 'pmPanZoomBarContainer'}); > PM.Init.main(); > <?php echo $jsInitFunctions ?> > }); > > 2) in \js\ol use files located in \img_g folder as images for panzoombar > (rename \img folder to \img_black and \img_g to \img) > > the toolbar works and is well visible on the map > > > > -- > View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-PanZoomBarContainer-problem-with-ol-2-12-implementation-tp4025690p4025698.html > Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > |
From: gioza <al...@al...> - 2014-12-02 14:50:14
|
Not bad solution could be: 1) remove pmPanZoomBarContainer from index.phtml file $(document).ready(function () { $('#map').pmAppendElement('div', {'id': 'pmPanZoomBarContainer'}); PM.Init.main(); <?php echo $jsInitFunctions ?> }); 2) in \js\ol use files located in \img_g folder as images for panzoombar (rename \img folder to \img_black and \img_g to \img) the toolbar works and is well visible on the map -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-PanZoomBarContainer-problem-with-ol-2-12-implementation-tp4025690p4025698.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |