From ache051 at ec.auckland.ac.nz Fri Dec 1 20:02:30 2006 From: ache051 at ec.auckland.ac.nz (Cheung Alan Kwok Lun) Date: Fri Dec 1 20:05:09 2006 Subject: [ka-Map-users] Re: hilite again Message-ID: <4570D0A6.3040306@ec.auckland.ac.nz> Hi Lucian, After you get the system working, as Lorenzo suggested, tile_query.php is where you should begin for output customization. I'm (still) currently working on hiliting using kaXMLOverlay, hopefully we all can get something out of it soon... Alan > I saw some time ago in an Omniverdi local release, this functionality > (highlighting features resulted in a query string). > I remember some people around here fiddling with it but at that time I > had other priorities. I wonder if somebody found a functional > implementation of this feature. > If not, please explain where I should begin, or at least some steps to > follow. > > Thanks in advance. > From myhk109 at hotmail.com Tue Dec 5 05:01:54 2006 From: myhk109 at hotmail.com (=?gb2312?B?5a2ZIOe9kei+iQ==?=) Date: Tue Dec 5 05:34:26 2006 Subject: [ka-Map-users] why ka-map is no rule? Message-ID: other web map have a rule! this is a sample,who can add to ka-map? _________________________________________________________________ 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn From matt0177 at gmail.com Tue Dec 5 16:11:58 2006 From: matt0177 at gmail.com (Matthew Edmondson) Date: Tue Dec 5 16:12:13 2006 Subject: [ka-Map-users] loadProjection(): Unknown identifier error Message-ID: <8e2cbd660612051311p7ce38d96r8a96f2386fca85b7@mail.gmail.com> I've been utilizing mapserver for over a year now, mainly utilizing chameleon. I downloaded the latest ms4w install and have been messing around with ka-map. I've been using a modified .map file of the world map and have run into a snag. If I insert the line PROJECTION "init=EPSG:4326" into my map file, the file wont load via html, and via mws it gives the error of "loadProjection(): Unknown identifier error" If I comment out that line, it works fine. I'm trying to get this to work, beacuse otherwise I'm running into trying to access the data via mws from other applications. Thanks, Matt p.s. I'm attaching the world file. -------------- next part -------------- MAP NAME "LAT LONG" STATUS ON EXTENT -113.275 30.908 -108.751 33.924 SIZE 600 300 SYMBOLSET ../etc/symbols.sym SHAPEPATH "../data" UNITS DD PROJECTION "init=EPSG:4326" IMAGECOLOR 200 200 200 INTERLACE ON IMAGETYPE png24 OUTPUTFORMAT NAME jpeg DRIVER "GD/JPEG" IMAGEMODE RGB EXTENSION "jpeg" FORMATOPTION "QUALITY=60,PROGRESSIVE=TRUE" END WEB METADATA max_extents "-113.275,30.908,-108.751,33.924" END END REFERENCE IMAGE "../data/TCA_reference.png" EXTENT -113.275 30.908 -108.751 33.924 STATUS ON COLOR -1 -1 -1 OUTLINECOLOR 255 0 0 SIZE 250 125 END LEGEND OUTLINECOLOR 0 0 0 STATUS on KEYSIZE 40 10 KEYSPACING 20 15 TRANSPARENT on END SCALEBAR STATUS ON IMAGECOLOR 255 255 255 COLOR 0 0 0 OUTLINECOLOR 0 0 0 LABEL COLOR 0 0 0 SIZE tiny END UNITS miles STYLE 1 INTERVALS 5 TRANSPARENT ON SIZE 249 15 END #LAYER # NAME "World" # STATUS off # METADATA # imageformat "PNG" # END # transparency 55 # DATA "countries_simpl.shp" # TYPE POLYGON #CLASSITEM "cat" #CLASS # NAME "Country" #EXPRESSION /./ #STYLE # OUTLINECOLOR 100 100 100 #COLOR 200 170 170 #END #END #END # layer #LAYER # NAME "Label" # STATUS off # METADATA # imageformat "PNG" # END # DATA "countries_simpl.shp" # TYPE ANNOTATION # LABELITEM 'name' # CLASS #LABEL # PARTIALS false # MINDISTANCE 250 # MINFEATURESIZE 40 # POSITION CC # COLOR 255 255 255 # OUTLINECOLOR 0 0 0 # SIZE tiny # ANTIALIAS TRUE # BUFFER 4 # END #END #END #layer LAYER NAME az_30m_ned TYPE RASTER STATUS on DATA "tca_NED_image1.tif" METADATA "ows_title" "TCA 30M AOR Dem" "ows_srs" "EPSG:4326" END END # Layer LAYER NAME "Airports" STATUS ON TYPE POINT DATA "airprtx020.shp" LABELITEM 'name' CLASS NAME "Airports" STYLE SYMBOL "star" SIZE 8 COLOR 0 0 0 END END END # Layer LAYER NAME roads TYPE LINE STATUS on DATA "az_sec_hwys.shp" labelitem "HIGHWAY_NM" CLASS name 'Roads' size 20 COLOR 0 0 0 END METADATA "wms_title" "Roads" "wms_srs" "EPSG:4326" END END # layer END From pspencer at dmsolutions.ca Tue Dec 5 22:13:22 2006 From: pspencer at dmsolutions.ca (Paul Spencer) Date: Tue Dec 5 22:13:44 2006 Subject: [ka-Map-users] loadProjection(): Unknown identifier error In-Reply-To: <8e2cbd660612051311p7ce38d96r8a96f2386fca85b7@mail.gmail.com> References: <8e2cbd660612051311p7ce38d96r8a96f2386fca85b7@mail.gmail.com> Message-ID: <1C2D1ECA-8CCA-42BE-A28F-CFDCCF47CE9D@dmsolutions.ca> Try init=epsg:4326 - note the lower case epsg ... when you use the init option with proj, it directs it to look in one of its 'database' files for the actual proj codes ... in this case, the epsg file. This may not fix your problem (since the file system on windows isn't case sensitive) but give it a shot. Paul On 5-Dec-06, at 4:11 PM, Matthew Edmondson wrote: > I've been utilizing mapserver for over a year now, mainly utilizing > chameleon. I downloaded the latest ms4w install and have been messing > around with ka-map. I've been using a modified .map file of the world > map and have run into a snag. > > If I insert the line > PROJECTION "init=EPSG:4326" > into my map file, the file wont load via html, and via mws it gives > the error of "loadProjection(): Unknown identifier error" If I comment > out that line, it works fine. I'm trying to get this to work, beacuse > otherwise I'm running into trying to access the data via mws from > other applications. > > Thanks, > > Matt > > p.s. I'm attaching the world file. > > _______________________________________________ > ka-Map-users mailing list > ka-Map-users@lists.maptools.org > http://lists.maptools.org/mailman/listinfo/ka-map-users +-----------------------------------------------------------------+ |Paul Spencer pspencer@dmsolutions.ca | +-----------------------------------------------------------------+ |Chief Technology Officer | |DM Solutions Group Inc http://www.dmsolutions.ca/ | +-----------------------------------------------------------------+ From matt0177 at gmail.com Wed Dec 6 09:03:07 2006 From: matt0177 at gmail.com (Matthew Edmondson) Date: Wed Dec 6 09:03:15 2006 Subject: [ka-Map-users] loadProjection(): Unknown identifier error In-Reply-To: <1C2D1ECA-8CCA-42BE-A28F-CFDCCF47CE9D@dmsolutions.ca> References: <8e2cbd660612051311p7ce38d96r8a96f2386fca85b7@mail.gmail.com> <1C2D1ECA-8CCA-42BE-A28F-CFDCCF47CE9D@dmsolutions.ca> Message-ID: <8e2cbd660612060603w18870a71y640ae86533ac57a0@mail.gmail.com> Tried the lower case, no change but adding the additional END fixed it right away. This is the only mapserver app that I've ever needed to give PROJECTION it's own END. Thank you very much to both of you. Matt On 12/5/06, Paul Spencer wrote: > Try init=epsg:4326 - note the lower case epsg ... when you use the > init option with proj, it directs it to look in one of its 'database' > files for the actual proj codes ... in this case, the epsg file. > > This may not fix your problem (since the file system on windows isn't > case sensitive) but give it a shot. > > Paul > > On 5-Dec-06, at 4:11 PM, Matthew Edmondson wrote: > > > I've been utilizing mapserver for over a year now, mainly utilizing > > chameleon. I downloaded the latest ms4w install and have been messing > > around with ka-map. I've been using a modified .map file of the world > > map and have run into a snag. > > > > If I insert the line > > PROJECTION "init=EPSG:4326" > > into my map file, the file wont load via html, and via mws it gives > > the error of "loadProjection(): Unknown identifier error" If I comment > > out that line, it works fine. I'm trying to get this to work, beacuse > > otherwise I'm running into trying to access the data via mws from > > other applications. > > > > Thanks, > > > > Matt > > > > p.s. I'm attaching the world file. > > > > _______________________________________________ > > ka-Map-users mailing list > > ka-Map-users@lists.maptools.org > > http://lists.maptools.org/mailman/listinfo/ka-map-users > > +-----------------------------------------------------------------+ > |Paul Spencer pspencer@dmsolutions.ca | > +-----------------------------------------------------------------+ > |Chief Technology Officer | > |DM Solutions Group Inc http://www.dmsolutions.ca/ | > +-----------------------------------------------------------------+ > > > > > From massimodisasha at yahoo.it Thu Dec 7 05:25:40 2006 From: massimodisasha at yahoo.it (massimodisasha) Date: Thu Dec 7 05:20:24 2006 Subject: [ka-Map-users] ka-map first experience Message-ID: <5018289C-81A1-420C-956F-E829E29A7C6E@yahoo.it> Hi, i'm new to web-gis i opted to ka-map :-) it have a very "clean" interface, is very nice i've downloaded ka-map at: http://ka-map.maptools.org/index.phtml?page=downloads.html and "freegis_worlddata" i'm on a mac osx, i've a binary version of mapserver 4.10+php- mapscrip (thanks to W.Kyngesbury) i'm looking for a tutorial at this link: http://www.xml.com/pub/a/2005/08/10/ka-map.html?page=1 at page 3 "ka-Map Configuration Files" it speak about a file : "php.conf" that is in the folder "../ka-map/htdocs" but i do not have any php.conf in the htdocs folder. is there any mac users that can help me to a "fast-lite" ka-map configuration ? thanks for any suggestion about! Massimo. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ka-map-users/attachments/20061207/3955fb7f/attachment.html From kappu72 at gmail.com Thu Dec 7 05:43:39 2006 From: kappu72 at gmail.com (Andrea Cappugi) Date: Thu Dec 7 05:43:59 2006 Subject: [ka-Map-users] ka-map first experience In-Reply-To: <5018289C-81A1-420C-956F-E829E29A7C6E@yahoo.it> References: <5018289C-81A1-420C-956F-E829E29A7C6E@yahoo.it> Message-ID: Hi Massimo, the config file should be in yourinstalldir/ka-map/include/ You have to modify config.dist.php to adapt to your environment and rename config.php For instraction refers to wiki page: http://ka-map.ominiverdi.org/wiki/index.php/Links_to_some_ka-Map_applications Enjoy Kappu 2006/12/7, massimodisasha : > Hi, > i'm new to web-gis > i opted to ka-map :-) > it have a very "clean" interface, is very nice > > i've downloaded ka-map at: > http://ka-map.maptools.org/index.phtml?page=downloads.html > and "freegis_worlddata" > > i'm on a mac osx, i've a binary version of mapserver 4.10+php-mapscrip > (thanks to W.Kyngesbury) > i'm looking for a tutorial at this link: > http://www.xml.com/pub/a/2005/08/10/ka-map.html?page=1 > > at page 3 "ka-Map Configuration Files" > it speak about a file : > "php.conf" that is in the folder "../ka-map/htdocs" > > but i do not have any php.conf in the htdocs folder. > is there any mac users that can help me to a "fast-lite" ka-map > configuration ? > thanks for any suggestion about! > Massimo. > > > > _______________________________________________ > ka-Map-users mailing list > ka-Map-users@lists.maptools.org > http://lists.maptools.org/mailman/listinfo/ka-map-users > > > From kappu72 at gmail.com Thu Dec 7 06:52:41 2006 From: kappu72 at gmail.com (Andrea Cappugi) Date: Thu Dec 7 06:52:50 2006 Subject: [ka-Map-users] ka-map first experience In-Reply-To: <2A59888B-6D57-40F3-A6CA-2D23869590FE@yahoo.it> References: <5018289C-81A1-420C-956F-E829E29A7C6E@yahoo.it> <2A59888B-6D57-40F3-A6CA-2D23869590FE@yahoo.it> Message-ID: Sorry for the server failure now is online again, anyway should be a very nice and complete presentation in ka-mp dir ka-map/presentations/foss4g2006/foss4g2006.html. Also in mailing list archive you will be able to find a lot of info! By 2006/12/7, massimodisasha : > thanks for the suggestion, > now the link is not active, i'll re-try later. > i've a little newbie question: > what are the section of config.dist.php file that i must change? > > i've the ka-map folder in: > /Users/epifanio/sites/kamap > the data folder is in : > /Users/epifanio/sites/kamap/htdocs/data > the tmp folder in : > /Users/epifanio/sites/kamap/htdocs/tmp > and the map file is in : > /Users/epifanio/sites/kamap/htdocs/mapfile/global.map > > sorry for this very newbie question... > thanks again! > Massimo > Il giorno 07/dic/06, alle ore 11:43, Andrea Cappugi ha scritto: > > > Hi Massimo, > > the config file should be in yourinstalldir/ka-map/include/ > > You have to modify config.dist.php to adapt to your environment and > > rename config.php > > > > For instraction refers to wiki page: > > http://ka-map.ominiverdi.org/wiki/index.php/Links_to_some_ka- > > Map_applications > > > > Enjoy > > Kappu > > > > > > 2006/12/7, massimodisasha : > >> Hi, > >> i'm new to web-gis > >> i opted to ka-map :-) > >> it have a very "clean" interface, is very nice > >> > >> i've downloaded ka-map at: > >> http://ka-map.maptools.org/index.phtml?page=downloads.html > >> and "freegis_worlddata" > >> > >> i'm on a mac osx, i've a binary version of mapserver 4.10+php- > >> mapscrip > >> (thanks to W.Kyngesbury) > >> i'm looking for a tutorial at this link: > >> http://www.xml.com/pub/a/2005/08/10/ka-map.html?page=1 > >> > >> at page 3 "ka-Map Configuration Files" > >> it speak about a file : > >> "php.conf" that is in the folder "../ka-map/htdocs" > >> > >> but i do not have any php.conf in the htdocs folder. > >> is there any mac users that can help me to a "fast-lite" ka-map > >> configuration ? > >> thanks for any suggestion about! > >> Massimo. > >> > >> > >> > >> _______________________________________________ > >> ka-Map-users mailing list > >> ka-Map-users@lists.maptools.org > >> http://lists.maptools.org/mailman/listinfo/ka-map-users > >> > >> > >> > > From yahya at atc-me.com Thu Dec 7 11:50:07 2006 From: yahya at atc-me.com (Yahya Mohammad) Date: Thu Dec 7 11:50:00 2006 Subject: [ka-Map-users] ka-map first experience In-Reply-To: <5018289C-81A1-420C-956F-E829E29A7C6E@yahoo.it> References: <5018289C-81A1-420C-956F-E829E29A7C6E@yahoo.it> Message-ID: <200612072050.07197.yahya@atc-me.com> hi, That tutorial refers to an older version of kamap. The config file is include/config.dist.php for the 1.0 beta1 version. If I recall correctly it has to be renamed to config.php to get things working with the sample map. I don't know much about Macs but once you have a web server set up the config shouldn't be any different from linux or windows. > Hi, > i'm new to web-gis > i opted to ka-map :-) > it have a very "clean" interface, is very nice > > i've downloaded ka-map at: > http://ka-map.maptools.org/index.phtml?page=downloads.html > and "freegis_worlddata" > > i'm on a mac osx, i've a binary version of mapserver 4.10+php- > mapscrip (thanks to W.Kyngesbury) > i'm looking for a tutorial at this link: > http://www.xml.com/pub/a/2005/08/10/ka-map.html?page=1 > > at page 3 "ka-Map Configuration Files" > it speak about a file : > "php.conf" that is in the folder "../ka-map/htdocs" > > but i do not have any php.conf in the htdocs folder. > is there any mac users that can help me to a "fast-lite" ka-map > configuration ? > thanks for any suggestion about! > Massimo. -- Yahya Mohammad Advanced Technologies ME FZ LLC Dubai Media City, UAE From pjebra at gmail.com Fri Dec 8 11:41:19 2006 From: pjebra at gmail.com (Pje) Date: Fri Dec 8 11:41:23 2006 Subject: [ka-Map-users] Tooltip doesnt work in IE? Message-ID: Hi, I'm trying to add a tooltip but i get an error when i use IE in this line: toolTip = new kaToolTip( myKaMap ); error: "Object does not support this property or method" Using FF it works fine. I'm testing with ka-map 1.0 beta 1 ( ka-map-1.0.b1-20060817.zip). Any tips? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ka-map-users/attachments/20061208/b6695365/attachment.html From ravikapoor101 at gmail.com Fri Dec 8 16:07:10 2006 From: ravikapoor101 at gmail.com (Ravi) Date: Fri Dec 8 16:07:44 2006 Subject: [ka-Map-users] bug in iframe.html - it ignores "layers" parameter Message-ID: <4579D3FE.6060409@gmail.com> I have found a bug that does impact the performance of the application as well (at least for me). When the iframe.html is loaded, it parses the URL to find the map and zoom etc, however it ignores the "layers" parameters. This causes it to load ALL the layers and hence slowing down the system. Is there an easy fix to this? Since I have lots of layers, it is significantly impacting the load time of my application. Ravi From LORENZO at OMINIVERDI.COM Fri Dec 8 19:04:54 2006 From: LORENZO at OMINIVERDI.COM (Lorenzo Becchi) Date: Fri Dec 8 19:05:56 2006 Subject: [ka-Map-users] Tooltip doesnt work in IE? Message-ID: > Hi, I'm trying to add a tooltip but i get an error when i use IE in this Hi Pje, is it happening here? http://www.ominiverdi.org/ka-map/ka-map/htdocs/index_tooltip.html to be honest tooltip system has not a nice code. I wrote it fast and without any needing so it should be rewritten completely. let me know Lorenzo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ka-map-users/attachments/20061209/26d04dc7/attachment.html From ravikapoor101 at gmail.com Sat Dec 9 01:29:33 2006 From: ravikapoor101 at gmail.com (Ravi) Date: Sat Dec 9 01:30:10 2006 Subject: [ka-Map-users] Re: bug in iframe.html - it ignores "layers" parameter In-Reply-To: <4579D3FE.6060409@gmail.com> References: <4579D3FE.6060409@gmail.com> Message-ID: <457A57CD.7020009@gmail.com> Ok guys I found the issue. The problem was that a layer when created was "visible" by default. Later on another methods checks for the "layers" query parameter and turns layers on and off. However in the mean time all the layers have already been unnecessarily loaded. I forced the layer to be not visible at creation time. This made a huge improvement in my project. I see no reason why the layer should be on at creation time. Paul, if you agree, can you make this change. This is quick and easy fix but makes huge difference in loading time. Thanks Ravi Ravi wrote: > > I have found a bug that does impact the performance of the application > as well (at least for me). > > When the iframe.html is loaded, it parses the URL to find the map and > zoom etc, however it ignores the "layers" parameters. This causes it to > load ALL the layers and hence slowing down the system. > > Is there an easy fix to this? Since I have lots of layers, it is > significantly impacting the load time of my application. > > Ravi > > > From pspencer at dmsolutions.ca Sat Dec 9 11:40:11 2006 From: pspencer at dmsolutions.ca (Paul Spencer) Date: Sat Dec 9 11:40:15 2006 Subject: [ka-Map-users] Re: bug in iframe.html - it ignores "layers" parameter In-Reply-To: <457A57CD.7020009@gmail.com> References: <4579D3FE.6060409@gmail.com> <457A57CD.7020009@gmail.com> Message-ID: Ravi, can you send a patch or at least some code snippets that show your changes? Paul On 9-Dec-06, at 1:29 AM, Ravi wrote: > > Ok guys I found the issue. The problem was that a layer when > created was "visible" by default. Later on another methods checks > for the "layers" query parameter and turns layers on and off. > However in the mean time all the layers have already been > unnecessarily loaded. > > I forced the layer to be not visible at creation time. This made a > huge improvement in my project. I see no reason why the layer > should be on at creation time. > > Paul, if you agree, can you make this change. This is quick and > easy fix but makes huge difference in loading time. > > Thanks > Ravi > > > Ravi wrote: >> I have found a bug that does impact the performance of the >> application as well (at least for me). >> When the iframe.html is loaded, it parses the URL to find the map >> and zoom etc, however it ignores the "layers" parameters. This >> causes it to load ALL the layers and hence slowing down the system. >> Is there an easy fix to this? Since I have lots of layers, it is >> significantly impacting the load time of my application. >> Ravi > +-----------------------------------------------------------------+ |Paul Spencer pspencer@dmsolutions.ca | +-----------------------------------------------------------------+ |Chief Technology Officer | |DM Solutions Group Inc http://www.dmsolutions.ca/ | +-----------------------------------------------------------------+ From ravikapoor101 at gmail.com Sat Dec 9 12:54:26 2006 From: ravikapoor101 at gmail.com (Ravi) Date: Sat Dec 9 12:55:04 2006 Subject: [ka-Map-users] Re: bug in iframe.html - it ignores "layers" parameter In-Reply-To: References: <4579D3FE.6060409@gmail.com> <457A57CD.7020009@gmail.com> Message-ID: <457AF852.2080003@gmail.com> Since in a rush I could not find where the layers were being created. I forced the layers' default visiibility to be off by changing following one line (line no 2136 in kaMap.js). This is a hack, I am sure you can do better than this. *********************** //this.visible = (typeof(o.visible) != 'undefined') ? o.visible : true; this.visible = false; *********************** - Ravi Paul Spencer wrote: > Ravi, > > can you send a patch or at least some code snippets that show your changes? > > Paul > From aeskreis at gmail.com Mon Dec 11 17:45:51 2006 From: aeskreis at gmail.com (Adam Eskreis) Date: Tue Dec 12 09:43:11 2006 Subject: [ka-Map-users] mapfile syntax reference Message-ID: are there any websites with a complete kamap mapfile syntax reference? i couldn't find one on the wiki -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ka-map-users/attachments/20061211/58caf38c/attachment.html From ravikapoor101 at gmail.com Mon Dec 11 21:23:20 2006 From: ravikapoor101 at gmail.com (Ravi) Date: Tue Dec 12 09:43:30 2006 Subject: [ka-Map-users] Re: bug in iframe.html - it ignores "layers" parameter In-Reply-To: <457AF852.2080003@gmail.com> References: <4579D3FE.6060409@gmail.com> <457A57CD.7020009@gmail.com> <457AF852.2080003@gmail.com> Message-ID: <457E1298.2020505@gmail.com> Paul, one more thing. I am not sure if this option is same as setting "STATUS OFF" in the mapfile. However when I turned a few layers "off" in my mapfile, the panning became too fast. Moving the house 1 cm seems to move the map many inches. Ravi Ravi wrote: > > Since in a rush I could not find where the layers were being created. I > forced the layers' default visiibility to be off by changing following > one line (line no 2136 in kaMap.js). This is a hack, I am sure you can > do better than this. > > *********************** > //this.visible = (typeof(o.visible) != 'undefined') ? o.visible : true; > this.visible = false; > *********************** > > - Ravi > > > Paul Spencer wrote: >> Ravi, >> >> can you send a patch or at least some code snippets that show your >> changes? >> >> Paul >> > > From LORENZO at ominiverdi.com Tue Dec 12 06:31:14 2006 From: LORENZO at ominiverdi.com (Lorenzo Becchi) Date: Tue Dec 12 09:44:11 2006 Subject: [ka-Map-users] Re: mapfile syntax reference In-Reply-To: References: Message-ID: <2BC19EA5-B776-475B-ACD2-3EF00A3362C2@ominiverdi.com> have you see this? http://ka-map.ominiverdi.org/wiki/index.php/ Main_Page#Mapfile_Configuration On 11/dic/06, at 23:45, Adam Eskreis wrote: > are there any websites with a complete kamap mapfile syntax > reference? i couldn't find one on the wiki From woodbri at swoodbridge.com Tue Dec 12 11:13:51 2006 From: woodbri at swoodbridge.com (Stephen Woodbridge) Date: Tue Dec 12 11:13:05 2006 Subject: [ka-Map-users] mapfile syntax reference In-Reply-To: References: Message-ID: <457ED53F.9080106@swoodbridge.com> Adam Eskreis wrote: > are there any websites with a complete kamap mapfile syntax reference? i > couldn't find one on the wiki Is this what you need? http://mapserver.gis.umn.edu/docs notice the link for the mapfile reference. This is generic to mapserver that ka-map uses, but does not cover any metadata or other ka-map specific conventions. -Steve From dgaarsoe at yahoo.com Tue Dec 12 12:24:57 2006 From: dgaarsoe at yahoo.com (David Gaarsoe) Date: Tue Dec 12 12:25:19 2006 Subject: [ka-Map-users] Open Layers Pink Tile issues with Ms4w. Message-ID: <20061212172457.44489.qmail@web51406.mail.yahoo.com> Hi! I'm using an Open Layers client with a KaMap tile.php and ms4w (mapserver 4.8.4). Even with a complete tile cache, Open Layers often comes up with occational pink tiles. The pink tiles crop up during back to back page loads. Take it slow and the pink tiles are absent. Any suggestions? Thanks, David. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ka-map-users/attachments/20061212/eb08147d/attachment.html From pjebra at gmail.com Tue Dec 12 13:52:55 2006 From: pjebra at gmail.com (Pje) Date: Tue Dec 12 13:53:00 2006 Subject: [ka-Map-users] BUG in removeObject Message-ID: Hi, list. I think there is a bug in the function removeObject. It's suposed to remove all objects if NULL is passed as parameter, but it's not doing this. When an object is removed from this.aObjects array the length will decrease too... thats why the function is not working. I did some changes and now its working: kaMap.prototype.removeObject = function( obj ) { _obj = obj for (var i=this.aObjects.length-1; i>=0; i--) { if (this.aObjects[i] == obj || obj == null) { if (!obj) { obj = this.aObjects[i]; } if (obj.canvas) { obj.canvas.removeChild( obj ); obj.canvas = null; } this.aObjects.splice(i,1); obj = null; if (_obj != null || i == 0) { return true; } } } return false; }; -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ka-map-users/attachments/20061212/731ff884/attachment.html From krassovskimb at ornl.gov Tue Dec 12 15:01:29 2006 From: krassovskimb at ornl.gov (Krassovski, Mikhail B.) Date: Tue Dec 12 15:01:35 2006 Subject: [ka-Map-users] Problem with IE In-Reply-To: <200612121701.kBCH1Qnm004117@duke.maptools.org> Message-ID: I used your latest available download, added my map and it works great, but unfortunately in Firefox only. I have ver.7 EI and here it is what happens: page becomes very large, vertical scrollbar appears. Scale bar is on the right place - right bottom corner, but under it there is a lot of blank space and at the very bottom of the page blank semi-transparent block that is used to hold "info" and "help" information. If I'm trying to close it, it jumps up and sets right under scale bar. Does it sound like a familiar issue? Thank you! Misha Krassovski Ph. (865) 241-1859 F.(865) 574-2232 Carbon Dioxide Information Analysis Center Oak Ridge National Laboratory P.O. Box 2008 Building 1509, MS 6335 Oak Ridge, Tennessee 37831-6335 From lorenzo at ominiverdi.com Wed Dec 13 05:29:15 2006 From: lorenzo at ominiverdi.com (Lorenzo Becchi) Date: Wed Dec 13 05:29:29 2006 Subject: [ka-Map-users] PyWPS on ka-Map Message-ID: <456D07D3-C32F-4800-A492-8D3978D85200@ominiverdi.com> Dear list, here at Ominiverdi we have a new component, Doktoreas, that invited me to help him in his nice project: to put GRASS on ka-Map. The project actually has a wider target as Doktoreas started to refer to PyWPS to access system calls. PyWPS is an implementation of the OCG WPS standard: http://www.opengeospatial.org/standards/requests/28 the PyWPS site is: http://pywps.wald.intevation.org/ PyWPS has a "natural" link to GRASS but can easily be extended with direct calls to other great software as R, GDAL, ecc. My first implementations of Doktoreas's scripts are available here: http://pywps.ominiverdi.org/ka-map/htdocs/index_wps.html http://pywps.ominiverdi.org/ka-map/htdocs/index_wps_winman.html other samples of GRASS interaction are available here: http://pywps.ominiverdi.org/subversion/trunk/web/ all this are concept applications and much code has to be written and refined. Installation process in not easy, anyway my ka-Map code is available on CVS. I will not give support on installation until this code will be considered stable. An enhancement that could be soon integrated on Hilite system is the SLD support to force styles of overlay layer. as usual, I'll be happy to receive comments and suggestions thanks Lorenzo From lorenzo at ominiverdi.com Wed Dec 13 05:53:12 2006 From: lorenzo at ominiverdi.com (Lorenzo Becchi) Date: Wed Dec 13 05:53:27 2006 Subject: [ka-Map-users] Problem with IE Message-ID: <04A2A78C-AB14-4191-AA77-B387EAE5EBA4@ominiverdi.com> >I have ver.7 EI and here it is what happens: here we are, welcome IE 7! Misha, thanks for your comments. I don't have IE 7 and not windows. Could you please send a screenshot someway? I'll try to find a IE 7 somewhere and debug. ciao Lorenzo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ka-map-users/attachments/20061213/2a4ede5e/attachment.html From quentin.ladetto at geomatic.ch Wed Dec 13 05:57:48 2006 From: quentin.ladetto at geomatic.ch (Quentin Ladetto) Date: Wed Dec 13 05:58:09 2006 Subject: [ka-Map-users] PyWPS on ka-Map In-Reply-To: <456D07D3-C32F-4800-A492-8D3978D85200@ominiverdi.com> References: <456D07D3-C32F-4800-A492-8D3978D85200@ominiverdi.com> Message-ID: <457FDCAC.8060404@geomatic.ch> Congratulations Lorenzo, this will be great ! -------------------------------------------------------------- www.geomatic.ch www.swissgeo.ch -------------------------------------------------------------- Quentin Ladetto, PhD Chief Technology Officer G?omatic Ing?nierie SA Chemin des Croisettes 26 CH-1066 Epalinges Office: +41 21 651 30 16 (direct) Fax : +41 21 651 30 09 e-mail: quentin.ladetto@geomatic.ch -------------------------------------------------------------- Lorenzo Becchi wrote: > Dear list, > here at Ominiverdi we have a new component, Doktoreas, that invited me > to help him in his nice project: to put GRASS on ka-Map. > > The project actually has a wider target as Doktoreas started to refer to > PyWPS to access system calls. > PyWPS is an implementation of the OCG WPS standard: > http://www.opengeospatial.org/standards/requests/28 > > the PyWPS site is: > http://pywps.wald.intevation.org/ > > PyWPS has a "natural" link to GRASS but can easily be extended with > direct calls to other great software as R, GDAL, ecc. > > My first implementations of Doktoreas's scripts are available here: > http://pywps.ominiverdi.org/ka-map/htdocs/index_wps.html > http://pywps.ominiverdi.org/ka-map/htdocs/index_wps_winman.html > > > other samples of GRASS interaction are available here: > http://pywps.ominiverdi.org/subversion/trunk/web/ > > all this are concept applications and much code has to be written and > refined. > Installation process in not easy, anyway my ka-Map code is available on > CVS. I will not give support on installation until this code will be > considered stable. > > An enhancement that could be soon integrated on Hilite system is the SLD > support to force styles of overlay layer. > > as usual, I'll be happy to receive comments and suggestions > > thanks > Lorenzo > _______________________________________________ > ka-Map-users mailing list > ka-Map-users@lists.maptools.org > http://lists.maptools.org/mailman/listinfo/ka-map-users > > From lorenzo at ominiverdi.com Wed Dec 13 11:12:51 2006 From: lorenzo at ominiverdi.com (Lorenzo Becchi) Date: Wed Dec 13 11:12:58 2006 Subject: [ka-Map-users] PyWPS on ka-Map Message-ID: Forgot to say: I know it doesn't work yet with IE ;-) From krassovskimb at ornl.gov Thu Dec 14 09:27:10 2006 From: krassovskimb at ornl.gov (Krassovski, Mikhail B.) Date: Thu Dec 14 09:27:13 2006 Subject: [ka-Map-users] Problem with IE In-Reply-To: <200612131700.kBDH0A2c028885@duke.maptools.org> Message-ID: Lorenzo, I can't make a screenshot because I fixed that already =) Here is what happened (as far as I understand): In ...htdocs\tools\kaExplorer\screen.css file you have positioned #content div as #content {.... position: absolute; top:5000px;....} When page loads IE renders in exactly at 5000px from the top and makes it visible. I don't know why it does it and why at the same time it does not render #curtain, which has basically the same trick. What I did: in screen.css I commented "top:5000px;" and added "display:none;", then in htdocs\tools\kaExplorer\startUp.js in function showContent() I added 'content.style.display = "block";', and in hideContent() I added 'content.style.display = "none";'. It works fine now =) Misha > >I have ver.7 EI and here it is what happens: > > here we are, welcome IE 7! > > Misha, thanks for your comments. > I don't have IE 7 and not windows. Could you please send a screenshot > someway? > > I'll try to find a IE 7 somewhere and debug. > > ciao > Lorenzo > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: http://lists.maptools.org/pipermail/ka-map- > users/attachments/20061213/2a4ede5e/attachment-0001.html > > ------------------------------ > > Message: 6 > Date: Wed, 13 Dec 2006 11:57:48 +0100 > From: Quentin Ladetto > Subject: Re: [ka-Map-users] PyWPS on ka-Map > To: Lorenzo Becchi > Cc: "ka-map-users@lists.maptools.org ML" > > Message-ID: <457FDCAC.8060404@geomatic.ch> > Content-Type: text/plain; charset=ISO-8859-1 > > Congratulations Lorenzo, this will be great ! > > -------------------------------------------------------------- > www.geomatic.ch www.swissgeo.ch > -------------------------------------------------------------- > > Quentin Ladetto, PhD > > Chief Technology Officer > > G?omatic Ing?nierie SA > Chemin des Croisettes 26 > CH-1066 Epalinges > > Office: +41 21 651 30 16 (direct) > Fax : +41 21 651 30 09 > > e-mail: quentin.ladetto@geomatic.ch > > -------------------------------------------------------------- > > > > Lorenzo Becchi wrote: > > Dear list, > > here at Ominiverdi we have a new component, Doktoreas, that invited me > > to help him in his nice project: to put GRASS on ka-Map. > > > > The project actually has a wider target as Doktoreas started to refer to > > PyWPS to access system calls. > > PyWPS is an implementation of the OCG WPS standard: > > http://www.opengeospatial.org/standards/requests/28 > > > > the PyWPS site is: > > http://pywps.wald.intevation.org/ > > > > PyWPS has a "natural" link to GRASS but can easily be extended with > > direct calls to other great software as R, GDAL, ecc. > > > > My first implementations of Doktoreas's scripts are available here: > > http://pywps.ominiverdi.org/ka-map/htdocs/index_wps.html > > http://pywps.ominiverdi.org/ka-map/htdocs/index_wps_winman.html > > > > > > other samples of GRASS interaction are available here: > > http://pywps.ominiverdi.org/subversion/trunk/web/ > > > > all this are concept applications and much code has to be written and > > refined. > > Installation process in not easy, anyway my ka-Map code is available on > > CVS. I will not give support on installation until this code will be > > considered stable. > > > > An enhancement that could be soon integrated on Hilite system is the SLD > > support to force styles of overlay layer. > > > > as usual, I'll be happy to receive comments and suggestions > > > > thanks > > Lorenzo > > _______________________________________________ > > ka-Map-users mailing list > > ka-Map-users@lists.maptools.org > > http://lists.maptools.org/mailman/listinfo/ka-map-users > > > > > > > ------------------------------ > > Message: 7 > Date: Wed, 13 Dec 2006 17:12:51 +0100 > From: Lorenzo Becchi > Subject: [ka-Map-users] PyWPS on ka-Map > To: "ka-map-users@lists.maptools.org ML" > > Message-ID: > Content-Type: text/plain; charset=US-ASCII; format=flowed > > Forgot to say: I know it doesn't work yet with IE > ;-) > > > ------------------------------ > > _______________________________________________ > ka-Map-users mailing list > ka-Map-users@lists.maptools.org > http://lists.maptools.org/mailman/listinfo/ka-map-users > > > End of ka-Map-users Digest, Vol 20, Issue 9 > ******************************************* From lorenzo at ominiverdi.com Thu Dec 14 12:29:20 2006 From: lorenzo at ominiverdi.com (Lorenzo Becchi) Date: Thu Dec 14 12:29:37 2006 Subject: [ka-Map-users] Problem with IE Message-ID: <78506E23-BF45-48CD-B45A-3CB1805BFC1C@ominiverdi.com> Misha, thanks a lot I've applied your patch. I've left that code as it as a first implementation and I've forgot it. same problem should have switchService() if you have time to patch it and contribute I'll be pleased. Sorry, but in this days I'm pretty busy and it would be nice to included it in version 1.0 of ka-Map. I'll put you name on authors! :-) ciao Lorenzo From pjebra at gmail.com Thu Dec 14 13:40:53 2006 From: pjebra at gmail.com (Pje) Date: Thu Dec 14 13:41:12 2006 Subject: [ka-Map-users] Tooltip doesnt work in IE? In-Reply-To: References: Message-ID: Hi, in that link the tooltips are working fine. In my code I just changed the var name "toolTip" to "tooltip" and its working. I dont know why this is happening yet. On 12/8/06, Lorenzo Becchi wrote: > > > Hi, I'm trying to add a tooltip but i get an error when i use IE in this > > Hi Pje,is it happening here? > http://www.ominiverdi.org/ka-map/ka-map/htdocs/index_tooltip.html > > > to be honest tooltip system has not a nice code. I wrote it fast and > without any needing so it should be rewritten completely. > > let me know > Lorenzo > > _______________________________________________ > ka-Map-users mailing list > ka-Map-users@lists.maptools.org > http://lists.maptools.org/mailman/listinfo/ka-map-users > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ka-map-users/attachments/20061214/1209af00/attachment.html From sacha.black at gmail.com Thu Dec 14 21:40:12 2006 From: sacha.black at gmail.com (Sacha Black) Date: Thu Dec 14 21:40:16 2006 Subject: [ka-Map-users] scalebar strange behavior Message-ID: i'm testing ka-map in ms4w. i noticed a strange behavior in the scalebar when it is set in "english" units. i have a series of set scales ranging from 1:5,000,000 to 1:5,000. when zooming in, the ka-map scalebar switches the units displayed from "miles" to "feet" when the scale hits 1:50,000. The units of feet should suffice for all the other zoom levels available ( down to 1:5,000). however for some reason the scalebar switches to units of "inches" at the scale of 1:24,000, then switches back to "feet" when zooming-in further .... unfortunately my app is not web accessible at this point, but my set-up is pretty much stock ms4w 2.2 with kamap 1.0.b1 any ideas what is going on? sacha -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ka-map-users/attachments/20061214/61a4008b/attachment.html From noreply at geocartic.com Fri Dec 15 14:32:46 2006 From: noreply at geocartic.com (Tim Schaub) Date: Fri Dec 15 14:31:20 2006 Subject: [ka-Map-users] scalebar strange behavior In-Reply-To: Message-ID: <006501c7207f$cec06840$15fea8c0@meridian> Hi Sacha See if you can reproduce your problem here: http://tools.geocartic.com/scalebar If you don't know the minimum and maximum widths of your scale bar, you'll have to dig around in the code to find the defaults. If you get the scale bar to show inches when you don't want it to, you can respond to me directly. Thanks, Tim _____ From: ka-map-users-bounces@lists.maptools.org [mailto:ka-map-users-bounces@lists.maptools.org] On Behalf Of Sacha Black Sent: Thursday, December 14, 2006 7:40 PM To: ka-map-users@lists.maptools.org Subject: [ka-Map-users] scalebar strange behavior i'm testing ka-map in ms4w. i noticed a strange behavior in the scalebar when it is set in "english" units. i have a series of set scales ranging from 1:5,000,000 to 1:5,000. when zooming in, the ka-map scalebar switches the units displayed from "miles" to "feet" when the scale hits 1:50,000. The units of feet should suffice for all the other zoom levels available ( down to 1:5,000). however for some reason the scalebar switches to units of "inches" at the scale of 1:24,000, then switches back to "feet" when zooming-in further .... unfortunately my app is not web accessible at this point, but my set-up is pretty much stock ms4w 2.2 with kamap 1.0.b1 any ideas what is going on? sacha -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ka-map-users/attachments/20061215/654af80f/attachment.html From krassovskimb at ornl.gov Mon Dec 18 16:27:13 2006 From: krassovskimb at ornl.gov (Krassovski, Mikhail B.) Date: Mon Dec 18 16:27:18 2006 Subject: [ka-Map-users] RE: Problem with IE In-Reply-To: <200612151732.kBFHMxgs012384@duke.maptools.org> Message-ID: Lorenzo, That is the most interesting thing - I don't have this problem with other functions. switchService() works fine =) But I'll keep my eye on it and double check. When are you going to publish version 1.0? Misha > Date: Thu, 14 Dec 2006 18:29:20 +0100 > From: Lorenzo Becchi > Subject: [ka-Map-users] Problem with IE > To: "ka-map-users@lists.maptools.org ML" > > Message-ID: <78506E23-BF45-48CD-B45A-3CB1805BFC1C@ominiverdi.com> > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > Misha, thanks a lot > > I've applied your patch. > I've left that code as it as a first implementation and I've forgot it. > same problem should have switchService() > if you have time to patch it and contribute I'll be pleased. > Sorry, but in this days I'm pretty busy and it would be nice to > included it in version 1.0 of ka-Map. > I'll put you name on authors! > :-) > > ciao > Lorenzo From sacha.black at gmail.com Mon Dec 18 19:59:02 2006 From: sacha.black at gmail.com (Sacha Black) Date: Mon Dec 18 20:02:34 2006 Subject: [ka-Map-users] scalebar strange behavior In-Reply-To: <006501c7207f$cec06840$15fea8c0@meridian> References: <006501c7207f$cec06840$15fea8c0@meridian> Message-ID: thanks Tim, i tested using your link and could not reproduce the problem there, so i did a few further tests using the same map file in the various ka-map variants that come in the ka-map package. i found that the problem exists in many of the interface options but not all. in particular the WMS and Overlay index files do not show this problem. in these cases, the units of the scale bar never change between any of the zoom levels (it remains in miles all the way from 1:5,000,000 to 1:5,000). it looks like the WMS version still uses the old mapserver scalebar, while the Overlay variant uses the javascript based scalebar. however in the following variants the problem does occur: KaExplorer (default), Kaqua, tootip, WFS, winman, winman2, query. In all these, the scale bar changes units as the user zooms further in, and the progression of units used is not intuitive... e.g. the progression from miles to feet to inches to feet, or miles to inches to feet (not logical) vs. miles to feet to inches (logical to me). i should clarify that the scale being displayed is never wrong... just that the unit progression is non-logical. i also tested this with metric units, but the progression from kilometers to meters to centimeters never seemed to behave unexpectedly (I took the ratio all the way to 1:5 to check). do you know how to turn off the units switching? i would be perfectly happy to just utilize miles at all of my zoom levels.... heck i'd be happy to use metric personally, but folks around here want english... thanks for any advice, sacha On 12/15/06, Tim Schaub wrote: > > Hi Sacha > > See if you can reproduce your problem here: > http://tools.geocartic.com/scalebar > > If you don't know the minimum and maximum widths of your scale bar, you'll > have to dig around in the code to find the defaults. > > If you get the scale bar to show inches when you don't want it to, you can > respond to me directly. > > Thanks, > Tim > > > ------------------------------ > *From:* ka-map-users-bounces@lists.maptools.org [mailto: > ka-map-users-bounces@lists.maptools.org] *On Behalf Of *Sacha Black > *Sent:* Thursday, December 14, 2006 7:40 PM > *To:* ka-map-users@lists.maptools.org > *Subject:* [ka-Map-users] scalebar strange behavior > > > i'm testing ka-map in ms4w. i noticed a strange behavior in the scalebar > when it is set in "english" units. > > i have a series of set scales ranging from 1:5,000,000 to 1:5,000. > > when zooming in, the ka-map scalebar switches the units displayed from > "miles" to "feet" when the scale hits 1:50,000. The units of feet should > suffice for all the other zoom levels available ( down to 1:5,000). > > however for some reason the scalebar switches to units of "inches" at the > scale of 1:24,000, then switches back to "feet" when zooming-in further .... > > unfortunately my app is not web accessible at this point, but my set-up is > pretty much stock ms4w 2.2 with kamap 1.0.b1 > > any ideas what is going on? > > sacha > > > > _______________________________________________ > ka-Map-users mailing list > ka-Map-users@lists.maptools.org > http://lists.maptools.org/mailman/listinfo/ka-map-users > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ka-map-users/attachments/20061218/2e71d2ea/attachment.html From lorenzo at ominiverdi.com Wed Dec 20 09:10:57 2006 From: lorenzo at ominiverdi.com (Lorenzo Becchi) Date: Wed Dec 20 09:11:08 2006 Subject: [ka-Map-users] RE: Problem with IE Message-ID: >Lorenzo, > >That is the most interesting thing - I don't have this problem with >other functions. switchService() works fine =) I know it works but is not using "display" to toggle tabs but is using "top". >But I'll keep my eye on >it and double check. Thanks >When are you going to publish version 1.0? depending on Paul availability, once he has a minute, we are ready to cut the release, I guess. He has to do some processes to cut the release so it's normal he need a quite moment. I know there are many more things to refine and add but it seems to me that's time to cut this 1.0 release. Then we can start again planning for the future: - OpenLayers integration - hilite system - search and query improvements - ecc. If somebody has something against the new release it would be nice if speaks now. >Misha ciao Lorenzo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ka-map-users/attachments/20061220/23bfa18c/attachment.html From mapcollect at gmx.net Wed Dec 20 20:06:28 2006 From: mapcollect at gmx.net (Harald Schmidt) Date: Wed Dec 20 20:10:27 2006 Subject: [ka-Map-users] Precache.php does not work Message-ID: <20061221010628.105710@gmx.net> Hi list, when I run precache.php I get this Error message: C:\ms4w\apps\ka -map-1.0.b1\htdocs\precache.php http://localhost/ka-map/htdocs/tile.php X-Powered-By: PHP/4.4.3-dev Content-type: text/html
Warning: [MapServer Error]: msProcessProjection(): No such file or direc tory in C:\ms4w\apps\ka-map-1.0.b1\htdocs\precache.php on line 84

Warning: Failed to open map file C:/ms4w/apps/Ka-Map-Mapfile/Ka-Map.map in C:\ms4w\apps\ka-map-1.0.b1\htdocs\precache.php on line 84

Fatal error: Call to a member function on a non-object in C:\ms4w\app s\ka-map-1.0.b1\htdocs\precache.php on line 92
where is the problem ?? My Ka-Map Installation is running fine - all maps are displayed correctly and they are also cached correctly - only the precaching does not work. precache2.php also doesn't work (no errors but nothing happens when running precache2.php) BTW I am using MS4W. Thank you very much for any help !! Regards, Harry -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal f?r Modem und ISDN: http://www.gmx.net/de/go/smartsurfer From mapcollect at gmx.net Wed Dec 20 21:55:24 2006 From: mapcollect at gmx.net (Harald Schmidt) Date: Wed Dec 20 21:55:28 2006 Subject: [ka-Map-users] Precache.php does not work Message-ID: <20061221025524.21300@gmx.net> Oh...I posted the wrong error-message...but no matter because meanwhile I was able to find the error. I had a wrong spelling in my path. So sorry for disturbing. Regards, Harry Hi list, when I run precache.php I get this Error message: C:\ms4w\apps\ka -map-1.0.b1\htdocs\precache.php http://localhost/ka-map/htdocs/tile.php X-Powered-By: PHP/4.4.3-dev Content-type: text/html
Warning: [MapServer Error]: msProcessProjection(): No such file or direc tory in C:\ms4w\apps\ka-map-1.0.b1\htdocs\precache.php on line 84

Warning: Failed to open map file C:/ms4w/apps/Ka-Map-Mapfile/Ka-Map.map in C:\ms4w\apps\ka-map-1.0.b1\htdocs\precache.php on line 84

Fatal error: Call to a member function on a non-object in C:\ms4w\app s\ka-map-1.0.b1\htdocs\precache.php on line 92
where is the problem ?? My Ka-Map Installation is running fine - all maps are displayed correctly and they are also cached correctly - only the precaching does not work. precache2.php also doesn't work (no errors but nothing happens when running precache2.php) BTW I am using MS4W. Thank you very much for any help !! Regards, Harry -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal f?r Modem und ISDN: http://www.gmx.net/de/go/smartsurfer From lorenzo at ominiverdi.com Fri Dec 22 06:06:10 2006 From: lorenzo at ominiverdi.com (Lorenzo Becchi) Date: Fri Dec 22 06:06:54 2006 Subject: [ka-Map-users] Ohloh on ka-map Message-ID: I've set up an Ohloh account for ka-map. ..."Ohloh collects software metrics from a variety of sources including the project?s source code and the software development infrastructure used by the project?s development team"... so, some stats on ka-map: http://ohloh.net/projects/3856 ciao Lorenzo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ka-map-users/attachments/20061222/3439e5c6/attachment.html From pspencer at dmsolutions.ca Fri Dec 22 08:14:51 2006 From: pspencer at dmsolutions.ca (Paul Spencer) Date: Fri Dec 22 08:14:55 2006 Subject: [ka-Map-users] Ohloh on ka-map In-Reply-To: References: Message-ID: That's cool! On 22-Dec-06, at 6:06 AM, Lorenzo Becchi wrote: > I've set up an Ohloh account for ka-map. > > ..."Ohloh collects software metrics from a variety of sources > including the project?s source code and the software development > infrastructure used by the project?s development team"... > > so, some stats on ka-map: > http://ohloh.net/projects/3856 > > > ciao > Lorenzo > _______________________________________________ > ka-Map-users mailing list > ka-Map-users@lists.maptools.org > http://lists.maptools.org/mailman/listinfo/ka-map-users +-----------------------------------------------------------------+ |Paul Spencer pspencer@dmsolutions.ca | +-----------------------------------------------------------------+ |Chief Technology Officer | |DM Solutions Group Inc http://www.dmsolutions.ca/ | +-----------------------------------------------------------------+ From zhonghaiw at GMAIL.COM Thu Dec 28 08:24:33 2006 From: zhonghaiw at GMAIL.COM (meditor) Date: Thu Dec 28 08:24:36 2006 Subject: [ka-Map-users] Problem: ka-map-1.0.b1-20060817 -- something is not normal Message-ID: <8074648.post@talk.nabble.com> Hello Guys, I an not really using ka-map, just occasionally opened it today to take a look at the beta version. Here I find something not normal. My scenario is: I just open the ka-map under localhost, the map images are displayed, but one image at the bottom of the map window is enlarged and not displayed with its normale size. for details please see the attached jpeg. hope this information can help to improve this application. Regards http://www.nabble.com/file/5133/KA_Error.jpg -- View this message in context: http://www.nabble.com/Problem%3A-ka-map-1.0.b1-20060817----something-is-not-normal-tf2890312.html#a8074648 Sent from the ka-map-users mailing list archive at Nabble.com. From zhonghaiw at GMAIL.COM Thu Dec 28 08:24:33 2006 From: zhonghaiw at GMAIL.COM (meditor) Date: Thu Dec 28 08:25:43 2006 Subject: [ka-Map-users] Problem: ka-map-1.0.b1-20060817 -- something is not normal Message-ID: <8074648.post@talk.nabble.com> Hello Guys, I am not really using ka-map, just occasionally opened it today to take a look at the beta version. Here I find something not normal. My scenario is: I just open the ka-map under localhost, the map images are displayed, but one image at the bottom of the map window is enlarged and not displayed with its normale size. for details please see the attached jpeg. hope this information can help to improve this application. Regards http://www.nabble.com/file/5133/KA_Error.jpg -- View this message in context: http://www.nabble.com/Problem%3A-ka-map-1.0.b1-20060817----something-is-not-normal-tf2890312.html#a8074648 Sent from the ka-map-users mailing list archive at Nabble.com. From sdoyle_2 at yahoo.com Fri Dec 29 13:29:38 2006 From: sdoyle_2 at yahoo.com (Samuel Doyle) Date: Fri Dec 29 13:29:57 2006 Subject: [ka-Map-users] Tiles with tomcat 5.5+ Message-ID: <20061229182938.24810.qmail@web82309.mail.mud.yahoo.com> Has anyone had issues with dynamic tile redraws with tomcat 5.5 or 6? We have a set of custom layers that have a auto refresh interval, these layers are updated periodically which usually results in an update to the tiles presented on the browser. After upgrading to tomcat 5.5 and trying 6 from our original 5.0.8 the tiles are no longer updated and require a full removal of the tile directory to force the regeneration. Has anyone encountered this or have any ideas? Thanks, S.D. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ka-map-users/attachments/20061229/466b89c3/attachment.html