Re: [OpenLayers-Users] OL + database

2010-02-20 Thread ngreen
It's always good to know what options are available, but in this case GeoServer etc. definitely qualify as an unnecessary complication. OL is sufficient for this job. What I needed was this: http://openlayers.org/dev/examples/vector-formats.html and this:

Re: [OpenLayers-Users] OL + database

2010-02-20 Thread Arnd Wippermann
Hi, Try this var theObj = { type:Feature, id:OpenLayers.Feature.Vector_107, properties: {icon:icon_1.jpg}, geometry: {type:Point, coordinates:[26.015625, 18.6328125]}, crs: {type:OGC, properties:

Re: [OpenLayers-Users] work with postgis geoserver

2010-02-20 Thread Luís de Sousa
HI beppe, You have a simple example to add new features with Geoserver. If can find it following: My Geoserver - Demo - WFS-T demo this should open a link to geoserver/www/wfs-t.html To edit attributes you can have a look the last example in chapter 4 of OpenGeo's OpenLayers Workshop:

Re: [OpenLayers-Users] Showing the number features on a cluster marker

2010-02-20 Thread Eric Lemoine
On Wednesday, February 17, 2010, Amritayan Nayak amri...@gmail.com wrote: Hi, I want to show the number of features within a cluster on the clustered marker that replaces the individual points. This functionality is supported by the marker manager provided with Google API. Is there a way of

Re: [OpenLayers-Users] OL + database

2010-02-20 Thread ngreen
Someone replied privately - what I needed was feature.attributes.XXX That will grab anything I define inside the geojson properties {} group. That was the last piece of this puzzle and I can now start building the map! Thanks to all :) -- View this message in context:

Re: [OpenLayers-Users] Multiple invoke by zoom, very bad performance

2010-02-20 Thread johnalvarado
Hi, the problem is that openlayers print the image for parts, every part is print in base to BBOX (which is vary) . Exist any form of configurate OpenLayers to print the image completely, not for parts?. Thannks. -- View this message in context:

[OpenLayers-Users] Beginner issue

2010-02-20 Thread ethio info
Hi, Please take a look at this site: http://projects.latimes.com/mapping-la/neighborhoods/. I have copied the source and cleaned it up of ads and so forth and have put in my data and I just can not see the overlay on the Google map. I will include the changes I made below. The only thing I can