[MAPSERVER-USERS] Full CADRG and VPF support

2008-07-08 Thread Admin
CADRG works only partialy, I have to add partial files with .ON2 or .ON3 extension as layers, not A.TOC file, which defines this files. For example: Now I have to write: LAYER NAME cadrg_1 TYPE RASTER DATA 'ONZ03\0001P011.ON3' STATUS DEFAULT END . . . LAYER NAME

[mapserver-users] queryByPoint problem - rien ne va plus

2008-07-08 Thread Stefan Schwarzer
Hi there, I have a script to query my layers by point or rectangle, which used to run smoothly. But now, don't know what happened... I updated from an old mapserver version to a recent one. Is it that? I have no idea. Here is the code which I use. When it reaches the bottom part with the

[mapserver-users] raster tiling of non rectangular images

2008-07-08 Thread victor valencia
Hi: I need to create a tileindex of several non-rectangular raster images. I tried GdaltIndex, but produces rectangular polygons including the non-data (Null) pixels. These images i have are Landsat 7 saved as *.img, *.tiff, *.Sid. These images are rhomboidal. Since the file is rectangular

Re: [MAPSERVER-USERS] Full CADRG and VPF support

2008-07-08 Thread Pål Kristensen
Hi! You can build a tileindex with the gdaltindex utility, and then reference the tileindex in a raster layer. You have to run the tileindex utility one time for each sub folder gdaltindex rpf_jog.shp /RPF/CJGA/CJGAZ03/*.ja* gdaltindex rpf_jog.shp /RPF/CJGA/CJGAZ04/*.ja* or for example make a

[mapserver-users] 'Clipping' a raster

2008-07-08 Thread Andrew Mason
Hi, I'd like to allow users to specify a bounding polygon and have Mapserver return the contents of a raster (Geotiff) bounded by this polygon. Everything outside the polygon would be transparent. Is there any way to do this? Thanks in advance Andrew

[mapserver-users] Cannot display query result in popup window

2008-07-08 Thread [EMAIL PROTECTED]
Hi, I'm using MapServer for Windows. I made a query on my map. The query result is displayed properly, but I cannot display it on a popup window. The query result is always displayed on the same browser window, replacing the map with the result. I have added the following scripts on my

Re: [mapserver-users] Cannot display query result in popup window

2008-07-08 Thread Andrew Mason
Kresh, I may be missing something, but your toFrame() function doesn't seem to be called at any point. I'd have expected it to be called sometime before the form is submitted. Andrew On 8 Jul 2008, at 11:28, [EMAIL PROTECTED] wrote: Hi, I'm using MapServer for Windows. I made a query on

[MAPSERVER-USERS] blur backgroung map when pop up appears

2008-07-08 Thread S.Reena
I am displaying a map on html page..i want that on some pop up window to appear over map on some eventn this should blur the map on backgroundhow to do this? -- View this message in context: http://www.nabble.com/blur-backgroung-map-when-pop-up-appears-tp18336965p18336965.html Sent

RE: [mapserver-users] WMS Client setup

2008-07-08 Thread Fawcett, David
I have never had luck adding WMS servers to WorldWind, but hopefully you will. A couple of things that I notice: 1. I am guessing that for ServerUrl, you will want to specify the url to mapserver using a map file that has been set up to be a WMS server, not just your mapserver binary.

Re: [MAPSERVER-USERS] Full CADRG and VPF support

2008-07-08 Thread Even Rouault
Or more simple, from GDAL 1.5, RPF products are directly supported. So you can do : gdaltindex tile_index.shp NITF_TOC_ENTRY:CADRG_JOG-A_250K_1_0:rpf/a.toc NITF_TOC_ENTRY:CADRG_JOG-A_250K_1_1:rpf/a.toc where those NITF_TOC_ENTRY values are the SUBDATASET_X_NAME values reported by gdalinfo on

[mapserver-users] Problems with simboloy using fonts

2008-07-08 Thread Carlos Ruiz
  Greetings list,   I'm using some ESRI true type fonts to make some simbology for my layers. Mapserver renders multiple characters instead the ones i choose.   This is what i have:   symbol    name layer_1    type truetype    font ers_infrastructures_stage_01    character #67 end

[MAPSERVER-USERS] Full CADRG and VPF support

2008-07-08 Thread Admin
Thank you! I will try your methods for CADRG. That means, that only problem which i have is with VPF. I tried to use FWTools, but it didn't work with my client aplication, I have to choose layer and when I use VPF layer I saw only blank screen, that strange, because FWTools have also MapServer.