Re: [mapserver-users] Rasterlite

2015-01-22 Thread Aaron Hunt
Thank you very much, this is what I needed. 


Aaron Hunt


CONFIDENTIALITY NOTICE: This email, as well as any attachments, contains 
information that is confidential and intended solely for the persons or company 
to which it is addressed.  Any copying, retransmission, dissemination, 
distribution or other use of this information by persons or companies other 
than the intended recipients is prohibited.  Unauthorized disclosure or other 
use of the information is subject to legal restrictions and penalties.  Please 
notify sender immediately if receipt of this email is in error.  Return the 
email to sender and delete the information, including attachments from your 
system. Thank you. Agrian Inc.

> On Jan 21, 2015, at 10:47 AM, Lime, Steve D (DNR)  
> wrote:
> 
> If your GDAL build supports the format then there should be a way to access 
> it through MapServer. Key is syntax I’d guess. Maybe something like?
>  
> LAYER
>   ...  
>   TYPE RASTER
>   DATA “RASTERLITE:multirasterdb.sqlite,table=raster1”
>   ...
> END
>  
> Steve
>  
> From: mapserver-users-boun...@lists.osgeo.org 
> [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Aaron Hunt
> Sent: Monday, January 19, 2015 2:29 PM
> To: mapserver-users@lists.osgeo.org
> Subject: [mapserver-users] Rasterlite
>  
> Is there a way to connect a raster layer to a RasterLite database in 
> Mapserver?
>  
> Thank you for any help
>  
> Aaron

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Rasterlite

2015-01-21 Thread Lime, Steve D (DNR)
If your GDAL build supports the format then there should be a way to access it 
through MapServer. Key is syntax I'd guess. Maybe something like?

LAYER
  ...
  TYPE RASTER

  DATA "RASTERLITE:multirasterdb.sqlite,table=raster1"

  ...

END

Steve

From: mapserver-users-boun...@lists.osgeo.org 
[mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Aaron Hunt
Sent: Monday, January 19, 2015 2:29 PM
To: mapserver-users@lists.osgeo.org
Subject: [mapserver-users] Rasterlite

Is there a way to connect a raster layer to a RasterLite database in Mapserver?

Thank you for any help

Aaron
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Rasterlite

2015-01-19 Thread Eichner, Andreas - SID
Can be used via GDAL's RatserLite driver 
(http://www.gdal.org/frmt_rasterlite.html).

> -Ursprüngliche Nachricht-
> Von: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-
> boun...@lists.osgeo.org] Im Auftrag von Aaron Hunt
> Gesendet: Montag, 19. Januar 2015 21:29
> An: mapserver-users@lists.osgeo.org
> Betreff: [mapserver-users] Rasterlite
> 
> Is there a way to connect a raster layer to a RasterLite database in
> Mapserver?
> 
> Thank you for any help
> 
> Aaron

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Rasterlite

2015-01-19 Thread Aaron Hunt
Is there a way to connect a raster layer to a RasterLite database in Mapserver?

Thank you for any help

Aaron
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] RasterLite

2012-03-07 Thread Stephen Woodbridge

Thomas,

That said, it might be an interesting idea to provide a mapserver layer 
provider that can consume tiles directly from this as an idea.


-Steve

It's 61F here and sunny, feels like spring, maybe I'm just a little manic :)

On 3/7/2012 2:56 PM, thomas bonfort wrote:

the sqlite database generated by mapcache is not a rasterlite
database, it's a "proprietary" schema that allows access to individual
tiles.

--
thomas

On Wed, Mar 7, 2012 at 20:33,  wrote:

Hi,

I would like to use rasterlite database (test.db) with mapserver. The 
rasterlite (test-WGS84.db) is generated with mapcache.
How to configure mapserver to visualize these this database ? OGR connection ? 
What are parameters to add in mapfile ?

thanks

scott
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] RasterLite

2012-03-07 Thread thomas bonfort
the sqlite database generated by mapcache is not a rasterlite
database, it's a "proprietary" schema that allows access to individual
tiles.

--
thomas

On Wed, Mar 7, 2012 at 20:33,   wrote:
> Hi,
>
> I would like to use rasterlite database (test.db) with mapserver. The 
> rasterlite (test-WGS84.db) is generated with mapcache.
> How to configure mapserver to visualize these this database ? OGR connection 
> ? What are parameters to add in mapfile ?
>
> thanks
>
> scott
> ___
> mapserver-users mailing list
> mapserver-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] RasterLite

2012-03-07 Thread scott159
Hi,

I would like to use rasterlite database (test.db) with mapserver. The 
rasterlite (test-WGS84.db) is generated with mapcache.
How to configure mapserver to visualize these this database ? OGR connection ? 
What are parameters to add in mapfile ?

thanks

scott
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Rasterlite / WSGI problem

2011-11-26 Thread Radim Blazek
Hi.

We cannot get Mapserver python mapscript running as WSGI with
Rasterlite data working. Only a black rectangle is drawn instead of
the raster. The rectangle is drawn on the right place however.
Rendering takes very little time, so it seems that no image processing
is done.  Spatialite/OGR works correctly (using geometry column from
raster _metadata table). All other raster/vector data work well.

The strange thing is, that everything works well, if exactly the same
configuration is run as CGI.

I thougt that threads could be a problem, so I disabled treads where
possible, but no effect.

Rasterlite data: JPEG or EPSILON, JPEG or EPSILON overviews, SRID correctly set
GDAL 1.8.1 --with-threads=no
Mapserver 6.0.1  patched to use GDALOpen instead of GDALOpenShared
WSGI: processes=1 threads=1

Radim
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users