Re: [mapserver-users] query creation issues

2013-03-20 Thread Mark Mirrlees
Hi there I guess I misread that! Thanks for everyone's help! As everything is working the way is needed! Mark Sent from my BlackBerry® powered by Virgin Mobile. -Original Message- From: Worth Lutz Date: Wed, 20 Mar 2013 20:13:52 To: ; Subject: RE: [mapserver-users] query creation is

[mapserver-users] FOSS4G NA Program Announced, Early Bird Deadline April 1

2013-03-20 Thread David William Bitner
Preliminary Program Announced! The Program Committee has announced the preliminary program. We received a lot of great abstracts and are excited about the quality and diversity of the program. Early Bird Deadline Just a reminder, the Early Bird deadline

Re: [mapserver-users] query creation issues

2013-03-20 Thread Worth Lutz
Did you see this in Steve's email: > layer=mjrroads&shapeindex=[shpidx]&shpext=[shpext_esc]&mapext=shape&ma > p=[map]">--> > > [shpidx] > [name] > [type] > Attribute binding is case sensitive. For shapefiles it should be UPPERCASE and for postgis it should be lowercase.

[mapserver-users] Limit caching for some zoom level only

2013-03-20 Thread Martin Ouellet
Hi all, I would like to limit the caching for some levels (ex: 10 to 15) and fallback with the WMS request (without caching the tiles) for the other zoom level (ex: 0 to 9 and 16 to 19) I've try this in the config (using minzoom and maxzoom): Ortho1948 disk google PNG

Re: [mapserver-users] query creation issues

2013-03-20 Thread Mark Mirrlees
Does anyone have any updates on how to fix this? As I mentioned before I managed to get the ID field populated whenever I query the map but I need to get the same thing for the name of the road and the type of road... If there is anything else that you require please let me know as this is caus

Re: [mapserver-users] Noob questions: configuring mapserver rpms on Fedora/CentOS machines

2013-03-20 Thread Travis Kirstine
Max, See: http://mapserver.org/cgi/wrapper.html On 20 March 2013 14:03, Max Pyziur wrote: > > Greetings, > > I've become somewhat deft in using Q-GIS, PostGIS, along w/ PostgreSQL. > > I'm now set on moving into the Mapserver realm. > > At the risk of alienating the mature constituency of this

Re: [mapserver-users] query creation issues

2013-03-20 Thread Mark Mirrlees
Hi there, Ok I managed to get this outputted...but under the [name] and [type] I need to get these fields populated from the query of the mjrroads... IDNameType1164[name][type] Code from mjrroadsquery.html [shpidx] [name] [type] Now if I change the [name] to [map] in the mjrroadsque

[mapserver-users] Noob questions: configuring mapserver rpms on Fedora/CentOS machines

2013-03-20 Thread Max Pyziur
Greetings, I've become somewhat deft in using Q-GIS, PostGIS, along w/ PostgreSQL. I'm now set on moving into the Mapserver realm. At the risk of alienating the mature constituency of this list, I have some basic configuration questions. I have mapserver rpms installed on a Fedora 18 system

Re: [mapserver-users] query creation issues

2013-03-20 Thread Stephen Woodbridge
On 3/20/2013 2:32 PM, Mark Mirrlees wrote: Hi Steve, Unfortunately that didn't work! But I did manage to get the ID chracteristic outputted as I forgot to include that previously. As when I went to edit the query.html page it shows this ID NameType 1275 [name] [type] Here is the code

Re: [mapserver-users] query creation issues

2013-03-20 Thread Lime, Steve D (MNIT)
Straight item tags like that ARE case sensitive. Try [item name="name"] and [item name="type"] instead. From: Mark Mirrlees [mailto:mmirrl...@hotmail.com] Sent: Wednesday, March 20, 2013 1:33 PM To: Lime, Steve D (MNIT); mapserver-users@lists.osgeo.org Subject: RE: [mapserver-users] query creati

Re: [mapserver-users] query creation issues

2013-03-20 Thread Mark Mirrlees
Hi Steve, Unfortunately that didn't work! But I did manage to get the ID chracteristic outputted as I forgot to include that previously. As when I went to edit the query.html page it shows this ID Name Type 1275 [name] [type] Here is the code that is causing issues for me... [shpidx

Re: [mapserver-users] query creation issues

2013-03-20 Thread Lime, Steve D (MNIT)
You need to refer to the attributes next... [NAME][TYPE] Steve From: Mark Mirrlees [mailto:mmirrl...@hotmail.com] Sent: Wednesday, March 20, 2013 12:16 PM To: Lime, Steve D (MNIT); mapserver-users@lists.osgeo.org Subject: RE: [mapserver-users] query creation issues Hi Steve, Thanks for your h

Re: [mapserver-users] LABELS - changing from single map to tiles and overlays - HOW?

2013-03-20 Thread thomas bonfort
If you're using mapcache, turn *off* any openlayers gutter. In your mapcache.xml config file, set a tileset->metabuffer to a few pixels, and set your mapfile's labelcache_map_egde_buffer to exactly that same value. Any other configuration may result in labels appearing truncated in the openlayer ti

Re: [mapserver-users] query creation issues

2013-03-20 Thread Mark Mirrlees
Hi Steve, Thanks for your help. I've managed to get the query outputted. I have a couple of additional questions...after creating my query I need the footer to show the "name" and the "type" (based on the shapefile information), as based on the footer.html below Layer: Major Roads   Name

Re: [mapserver-users] LABELS - changing from single map to tiles and overlays - HOW?

2013-03-20 Thread Worth Lutz
Ok, I'm beginning to understand all the many variables. I have a mapcache which is turned off at the moment as I was trying to work on styling. For example, change one thing and redraw. Change it again to figure out what is going on. I plan on using mapcache, so if I use metatiles I then use a "g

Re: [mapserver-users] query creation issues

2013-03-20 Thread Lime, Steve D (MNIT)
Hi Mark: Personally I'd steer you to the simplified query templates as described here: http://mapserver.org/development/rfc/ms-rfc-36.html This allows you to put everything in one place and better separates data from presentation. No more header/footer's. Plus you can have multiple presentati

Re: [mapserver-users] LABELS - changing from single map to tiles and overlays - HOW?

2013-03-20 Thread thomas bonfort
On 20 March 2013 17:49, Worth Lutz wrote: > I’ve now got labels on my maps when zoomed out but my polygons have no > labels if I zoom in away from the label location. > > I’m using: > > PROCESSING “LABEL_NO_CLIP=True” > > Is this a fixable problem? That's the aim of LABEL_NO_CLIP, i.e. only la

Re: [mapserver-users] LABELS - changing from single map to tiles and overlays - HOW?

2013-03-20 Thread Worth Lutz
I've now got labels on my maps when zoomed out but my polygons have no labels if I zoom in away from the label location. I'm using: PROCESSING "LABEL_NO_CLIP=True" Is this a fixable problem? Are there any examples of getting labels with mapserver and openlayers using tiles and multiple

[mapserver-users] query creation issues

2013-03-20 Thread Mark Mirrlees
Hello everyone, I'm trying to create a query so I can query the roads/expressways from the map. I'm pretty sure I have created the headers and footers correctly but not sure...regardless i'm not entirely too sure where to stick the particular code in my .map file (shown below). I have bolded th

Re: [mapserver-users] MapScript EntryPointNotFoundException 'CSharp_MS_LABEL_ALLOCSIZE_get'

2013-03-20 Thread Hans Wapenaar (GIS Innovations)
Hi Tamas, Thanks for your reaction. You were right that there was some kind of conflict in versions. But not with the PATH setting. On my server configuration it is required to use that. Problem was in the temporary files. I used a site that contained the old mapscript version before,

Re: [mapserver-users] MapScript EntryPointNotFoundException 'CSharp_MS_LABEL_ALLOCSIZE_get'

2013-03-20 Thread Tamas Szekeres
Hans, You probably have an older version on mapscript dll available in the PATH which is loaded at run time instead of the correct version. Make sure mapscript_csharp.dll loads the proper version of mapscript.dll. Best regards, Tamas 2013/3/20 Hans Wapenaar (GIS Innovations) > Hi, > > *

[mapserver-users] MapScript EntryPointNotFoundException 'CSharp_MS_LABEL_ALLOCSIZE_get'

2013-03-20 Thread Hans Wapenaar (GIS Innovations)
Hi, I am upgrading a website with MapServer 5.6 to 6.2. Website was made in Visual Studio using MapScript. After some adjustments I got it running in Visual Studio. But when I publish the website on a server with IIS 7.5 the following error appears: Error in initMapJ: System.TypeInitializa