Re: [OSM-dev] WMS API - where to start

2010-04-18 Thread Chris Browet
Not sure what you mean by designing a WMS API but a search on WMS specification seems a good start. - Chris - On Thu, Apr 15, 2010 at 12:35, bernhard b...@datenkueche.com wrote: hi all I'm working again on my map maplib. http://github.com/robotnic/khtmlib Internet Explorer should work now

[OSM-dev] WMS API - where to start

2010-04-15 Thread bernhard
hi all I'm working again on my map maplib. http://github.com/robotnic/khtmlib Internet Explorer should work now (exept vector graphics). The next thing I want to implement is WMS support. Implemetation should be easy. But I don't know how to design the API? Can somebody point me to a starting

[OSM-dev] WMS Overlay Disappears

2009-03-30 Thread Andrew Ayre
Hi! I am generating a map using OpenLayers with an OSM base map and a WMS overlay. At the backend I am running GeoServer 1.7.3 with PostGIS. I can view my WMS data fine in the client in GeoServer and in uDig. However when I overlay it on my OpenLayers map it disappears at nearly all the zoom

Re: [OSM-dev] WMS Overlay Disappears

2009-03-30 Thread Thomas Wood
This is more suited to the OpenLayers list, but at a guess it's because of an incorrect maxResolution setting on the WMS layer, they default to the Map, or if that's not set, auto-generated not always successfully. Setting up the Map object as shown here should be the first step to getting the

Re: [OSM-dev] WMS Overlay Disappears

2009-03-30 Thread Andrew Ayre
Thomas, Thanks! That sent me down the right path. Andy Thomas Wood wrote: This is more suited to the OpenLayers list, but at a guess it's because of an incorrect maxResolution setting on the WMS layer, they default to the Map, or if that's not set, auto-generated not always successfully.

Re: [OSM-dev] WMS

2008-06-26 Thread spaetz
On Thu, Jun 26, 2008 at 03:07:42AM +0200, Iv?n S?nchez Ortega wrote: Well, for what I've read in the Wiki about OSMXAPI, I only know about Informationfreeway. Is there a complete list of OSMXAPI servers? print length(OSMXAPI_SERVERS) 1 ___ dev

Re: [OSM-dev] WMS

2008-06-26 Thread Christopher Schmidt
On Thu, Jun 26, 2008 at 03:07:42AM +0200, Iván Sánchez Ortega wrote: El Miércoles, 25 de Junio de 2008, 80n escribió: So, I'd like to know if you think it would be a good idea to do load balancing between several OSMXAPI servers. This is probably a good idea. Do you have any servers in

Re: [OSM-dev] WMS

2008-06-25 Thread 80n
2008/6/25 Iván Sánchez Ortega [EMAIL PROTECTED]: Hi all, First of all, I want to say that WMS sucks. The 100-page spec sucks, the efficiency sucks. That said, I just committed to SVN a set of hacks I've come to call OSM WMS. Why? Long story short, this will allow me to promote OSM to

Re: [OSM-dev] WMS

2008-06-25 Thread Iván Sánchez Ortega
El Miércoles, 25 de Junio de 2008, 80n escribió: So, I'd like to know if you think it would be a good idea to do load balancing between several OSMXAPI servers. This is probably a good idea. Do you have any servers in mind? Well, for what I've read in the Wiki about OSMXAPI, I only know

Re: [OSM-dev] WMS

2008-06-25 Thread Stefan Baebler
Iván Sánchez Ortega wrote: El Miércoles, 25 de Junio de 2008, 80n escribió: So, I'd like to know if you think it would be a good idea to do load balancing between several OSMXAPI servers. This is probably a good idea. Do you have any servers in mind? Well, for what I've read in the Wiki

Re: [OSM-dev] WMS

2008-06-24 Thread Stefan de Konink
Iván Sánchez Ortega schreef: However, the current implementation has the potential of pounding the API down to its knees (no caching of any kind). In fact, I think it has more bugs than features. So, I'd like to know if you think it would be a good idea to do load balancing between