[ka-Map-users] First zoom of the map and query correctly
Antonio García
angarben at hotmail.com
Mon Nov 29 18:11:25 EST 2010
Hello, when I configure a .map, I have an extension of the map.
EXTENT 604000 4741000 607666 4744000
If my extension is small i can't search any street out of this zone. I don't understand it.
Can I change it?
Then I make the area larger. But I want that the first zone when I see my map is a small area in the city center.
How can I do it?
Thanks.
Saludos,
-----------
Antonio García Benlloch
Correo:
angarben at hotmail.com
angarben at aaa.upv.es
Web:
http://personales.alumno.upv.es/~angarben
Antes de imprimir este mensaje, asegúrese de que es necesario.
Proteger el medio ambiente está en nuestra mano.
Este mensaje y sus archivos adjuntos son confidenciales. No está
permitida su reproducción o distribución sin la autorización expresa de Antonio García. Si ha recibido este mensaje por error, por favor
bórrelo e informe a angarben at hotmail.com.
> From: ka-map-users-request at lists.maptools.org
> Subject: ka-Map-users Digest, Vol 65, Issue 4
> To: ka-map-users at lists.maptools.org
> Date: Fri, 26 Nov 2010 12:00:02 -0500
>
> Send ka-Map-users mailing list submissions to
> ka-map-users at lists.maptools.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.maptools.org/mailman/listinfo/ka-map-users
> or, via email, send a message with subject or body 'help' to
> ka-map-users-request at lists.maptools.org
>
> You can reach the person managing the list at
> ka-map-users-owner at lists.maptools.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of ka-Map-users digest..."
>
>
> Today's Topics:
>
> 1. Re: ka-Map-users Digest, Vol 65, Issue 3 (Antonio Garc?a)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 26 Nov 2010 00:21:14 +0000
> From: Antonio Garc?a <angarben at hotmail.com>
> Subject: Re: [ka-Map-users] ka-Map-users Digest, Vol 65, Issue 3
> To: <ka-map-users at lists.maptools.org>
> Message-ID: <SNT143-w8123F3B8BF645D75F0E1ADD210 at phx.gbl>
> Content-Type: text/plain; charset="iso-8859-1"
>
>
> I would load a wms layer in kamap:
> #-------------------------------------------------- LAYER NAME "WMSIDENA" CONNECTION "http://idena.navarra.es/ogc/wms.aspx?" CONNECTIONTYPE WMS TYPE RASTER STATUS default GROUP Ortofoto_2010 # MAXSCALE 10000 # MINSCALE 501
> PROJECTION "init=epsg:23030" # ED(50) UTM ZONA 30 END
> METADATA "wms_title" "Ortofotografia 2010 Escala 5000" "wms_srs" "EPSG:23030" "wms_name" "ortofoto_5000_2010" "wms_server_version" "1.1.1" "wms_formatlist" "image/gif,image/png,image/jpeg,image/wbmp" "wms_format" "image/png" #"imageformat" "gif" END END #--------------------------------------------------
> The sistem is Ok.
> Kamap works with WMS layers. Any servers don't work in kamap because the server has got an exception because kamap calls in the config.php 6 x 6 tiles and the size of this tiles are 256 x 256 pixels.
> kamap request 6 x 256 = 1536 and the maxsize permited in any servers are 1500 x 1500 px.
> Then if we change the config.php KAMAP is OK.
> I change only the config file, the $metaWidth and $metaHeight value:$metaWidth = 4;$metaHeight = 4;And it's perfect.THANKS FOR ALL.>> Daniel>> -->> Daniel Morissette>> http://www.mapgears.com/>>Please edit your ka-Map's include/config.php file and set $metaWidth and$metaHeight to 4 ... this will result in metatiles of 4x4 tiles i.e. 4x4x 256x256 pixels = 1024 x 1024 ... and this may make the server happier.
> Saludos,
> -----------
> Antonio Garc?a Benlloch
>
> Correo:
>
> angarben at hotmail.com
> angarben at aaa.upv.es
>
> Web:
>
> http://personales.alumno.upv.es/~angarben
>
> Antes de imprimir este mensaje, aseg?rese de que es necesario.
> Proteger el medio ambiente est? en nuestra mano.
>
> Este mensaje y sus archivos adjuntos son confidenciales. No est?
> permitida su reproducci?n o distribuci?n sin la autorizaci?n expresa de Antonio Garc?a. Si ha recibido este mensaje por error, por favor
> b?rrelo e informe a angarben at hotmail.com.
>
>
>
>
>
> > From: ka-map-users-request at lists.maptools.org
> > Subject: ka-Map-users Digest, Vol 65, Issue 3
> > To: ka-map-users at lists.maptools.org
> > Date: Tue, 23 Nov 2010 17:10:03 -0500
> >
> > Send ka-Map-users mailing list submissions to
> > ka-map-users at lists.maptools.org
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> > http://lists.maptools.org/mailman/listinfo/ka-map-users
> > or, via email, send a message with subject or body 'help' to
> > ka-map-users-request at lists.maptools.org
> >
> > You can reach the person managing the list at
> > ka-map-users-owner at lists.maptools.org
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of ka-Map-users digest..."
> >
> >
> > Today's Topics:
> >
> > 1. Re: I want a layer with WMS 1.3.0 in KAMAP (Daniel Morissette)
> > 2. Re: ka-Map-users Digest, Vol 65, Issue 2 (Antonio Garc?a)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Tue, 23 Nov 2010 16:54:13 -0500
> > From: Daniel Morissette <dmorissette at mapgears.com>
> > Subject: Re: [ka-Map-users] I want a layer with WMS 1.3.0 in KAMAP
> > To: Antonio Garc?a <angarben at hotmail.com>
> > Cc: ka-map-users at lists.maptools.org
> > Message-ID: <4CEC3805.2080509 at mapgears.com>
> > Content-Type: text/plain; charset=ISO-8859-1
> >
> > Antonio Garc?a wrote:
> > > Hello, I have got a big problem.
> > >
> > > I want insert a wms service in my kamap project.
> > >
> > > The problem is:
> > >
> > > I want insert the wms service: http://idena.navarra.es/ogc/wms.aspx
> > > the service version is 1.3.0. but kamap only admit 1.0.0 to 1.1.1.
> > >
> >
> > It seems that the server supports WMS 1.1.1 as well, see:
> >
> > http://idena.navarra.es/ogc/wms.aspx?service=wms&version=1.1.1&request=GetCapabilities
> >
> > Daniel
> > --
> > Daniel Morissette
> > http://www.mapgears.com/
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://lists.maptools.org/pipermail/ka-map-users/attachments/20101126/12ca4ce6/attachment.html
>
> ------------------------------
>
> _______________________________________________
> ka-Map-users mailing list
> ka-Map-users at lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/ka-map-users
>
>
> End of ka-Map-users Digest, Vol 65, Issue 4
> *******************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maptools.org/pipermail/ka-map-users/attachments/20101129/5d64b71f/attachment-0001.htm
More information about the ka-Map-users
mailing list