[OpenLayers-Users] OL and GIS JEE applications

2011-02-15 Thread Ignacio Talavera
Hi, I've been using OL and I'm working with GIS JEE applications. I'm using JSF components merged with OL and for the Persistence tier (JPA) I'm using Hibernate Spatial (HSpatial). I've been searching a solution for editing Features within this context. Unfortunately WFS-T doesn't fits it because

Re: [OpenLayers-Users] OL and GIS JEE applications

2011-02-15 Thread Ignacio Talavera
orge.net/ > > On Tue, Feb 15, 2011 at 2:24 PM, Ignacio Talavera < > ignacio.talav...@gmail.com> wrote: > >> Hi, I've been using OL and I'm working with GIS JEE applications. >> I'm using JSF components merged with OL and for the Persistence tier (JPA

[OpenLayers-Users] How to load Vector Data depending on MaxScaleDenominator RuleBased Style

2011-06-15 Thread Ignacio Talavera
Hi, I'm working with Vector layer and I have a big amount of data to process; the problem is that the browser crashes while trying to load all this data. I'm using a rule based Style with a MaxScaleDenominator, under the assumption that the data will be loaded on demand depending on the zoom level.

Re: [OpenLayers-Users] Polygon Select Tool

2011-08-11 Thread Ignacio Talavera
Hi, the control OpenLayers.Control.GetFeature has a boolean *box* property and is showed in the examples of OL. http://dev.openlayers.org/releases/OpenLayers-2.10/examples/getfeature-wfs.html Hope it will be useful Regards Nacho On Thu, Aug 11, 2011 at 6:54 PM, Adam Eskreis wrote: > Not sure if

Re: [OpenLayers-Users] minScale maxScale doesn't work

2012-01-21 Thread Ignacio Talavera
Hi, whenever I want to display a Vector Layer in a scale range I always add Rules to my mapStyle. I modify your code to achive this. var defaultStyle = new OpenLayers.Style(); var template = {'pointRadius': 10, 'externalGraphic': 'png/symboly/plastAlpha.png' }; var rule = new OpenLayers.Rule()

[OpenLayers-Users] Custom behaviour on selecting features

2012-02-23 Thread Ignacio Talavera
Hi, I'm working with a point vector layer and simple selection . I have a lot of points with the same geometry and I want to select all those features by click in it at once. I mean a similar behaviour "geoserver OL demo WMSGetFeatureInfo" does. I don't want to use bbox tool neither multiple select

[OpenLayers-Users] Modify Control and Select Control with highlight strange behaviour

2012-05-03 Thread Ignacio Talavera
Hi, I'm trying to edit Vector layers and I want to combine the ModifyFeature control with a SelectControl with highlight capabilities. So I modified the example http://dev.openlayers.org/releases/OpenLayers-2.11/examples/modify-feature.html to do so with this snippet * var highlightCtrl = new

[OpenLayers-Users] custom Editing toolBar problem selecting new Feautre

2012-06-05 Thread Ignacio Talavera
Hi, I'm developing a custom Editing ToolBar as an OL Control (with Draw| ModifyFeature controls included. The custom behaviour I want to achive is: when a new feature is added select it and activate the modifyFeature Control of the toolBar. So I created a "featureAdded" Listener to achive this. T

Re: [OpenLayers-Users] How to use CQL filter in OpenLayers.Control.WMSGetFeatureInfo?

2012-06-08 Thread Ignacio Talavera
Hi the WMSGetFeatureInfo manage additionals parameters of the url of the GetFeatureInfo Request in *vendorparams* attribute. So try to add this to your code *var filter_param["cql_filter"] = prosjektnummer LIKE '%2008-25%' OR prosjektnavn LIKE '%2008-25%* info = new OpenLayers.Control.WMSGetFeatu

[OpenLayers-Users] OL 4.2 with TypeScript:How to extend index.d.ts?

2017-08-07 Thread Ignacio Talavera
I'm using Openlayers v4.2.0 with typescript so I installed the typesDefinition with npm install --save @types/openlayers I need to execute the method *getFullTileRange()* from ol.tilegrid.TileGrid type but is not defined in the type definition from @types/openlayers (index.d.ts). First I get a com

Re: [OpenLayers-Users] OL 4.2 with TypeScript:How to extend index.d.ts?

2017-08-07 Thread Ignacio Talavera
script would have nothing to do with that > so there's probably a problem with how the tilegrid object is created. > > -- > *camptocamp* > INNOVATIVE SOLUTIONS > BY OPEN SOURCE EXPERTS > > > *Olivier Guyot* > Geospatial Developer > +33 4 58 48 20 28 <+33%

Re: [OpenLayers-Users] OL 4.2 with TypeScript:How to extend index.d.ts?

2017-08-09 Thread Ignacio Talavera
sure this is the error > you're getting? > > -- > *camptocamp* > INNOVATIVE SOLUTIONS > BY OPEN SOURCE EXPERTS > > > *Olivier Guyot* > Geospatial Developer > +33 4 58 48 20 28 <+33%204%2058%2048%2020%2028> > > On Mon, Aug 7, 2017 at 7:41 PM, Ignacio Tal

[OpenLayers-Users] Openlayers 4 and Ionic 3 button map issue

2017-09-28 Thread Ignacio Talavera
Hi, I'm trying to integrate Ol4 with ionicframework and I found an issue with map controls. First click event is never dispatched and zoom in out control doesn't work until you click in map Here's is the demo. -- Ing Ignacio Talavera Tel: (+

Re: [OpenLayers-Users] Openlayers 4 and Ionic 3 button map issue

2017-09-28 Thread Ignacio Talavera
https://stackblitz.com/edit/ionic-nz2cgw?file=pages%2Fhome%2Fhome.ts On Thu, Sep 28, 2017 at 6:23 PM, Ignacio Talavera < ignacio.talav...@gmail.com> wrote: > Hi, I'm trying to integrate Ol4 with ionicframework and I found an issue > with map controls. > First click event is

[OpenLayers-Users] Openlayers 4 and Ionic 3

2017-09-28 Thread Ignacio Talavera
com/edit/ionic-nz2cgw?file=pages%2Fhome%2Fhome.ts Thanks! -- Ing Ignacio Talavera Tel: (+598) 99 993 382 ___ Users mailing list us...@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/openlayers-users