wms

Most complex WMS mapserver?

i'm building a client-side WMS parser (flex/ActionScript 3) & i'd like to test against as complex a WMS mapserver as i can find. can anyone point me to some sites? thanks. ...

Windows Media Server Streaming from database

Is it possible to somehow set up WMS to stream the content from a database only using Windows Server 2003 Standard edition? I know it can be done using custom-plugin data source but that is only enabled with Windows Server 2003 Enterprise Edition. ...

WMS authentication plugin

Hi, I'm trying to create a custom authentication plugin for WMS 2009 in C#. I managed to implement something that for some reason blocks all requests... [ComVisible(true)] [Guid("C0A0B38C-C4FE-43B5-BE9E-C100A83BBCEE")] public class AuthenticationPlugin : IWMSBasicPlugin, IWMSAuthenticationPlugin, IWMSAuthenticationContext private ...

WMS Custom DataSourcePlugin in C#

Has anyone managed to successfully implement a WMS DataSourcePlugin in C#? I want to stream WMV/WMA content from a database via a C# API and this seemed like the only way to do it. There is a note on the MSDN site that this can only be done with C++ but it's a set of COM interfaces so I don't see how WMS would know the difference. Any...

Trouble With ActionScript Loader Events

Hello, I am working with a loader to request an image from a WMS(Web Mapping Service). Everything thing is fine and dandy with a valid request. When a bad request is made to a WMS, a Standard Exception Document(XML) is usually returned. However, the loader doesn't fire any event (specifically the Complete or IOError events) when a ...

How to consume WMS (Web Map Service) using objective-C

Hi, I'm new to Objective-C and I was asked to develop an app on iPhone to pull down map images via WMS (Web Map Service). I've tried many ways but it doesn't work, I need some sample code. Thanks in advance! ...

What platform is the best for Wowza?

Hello! Planning to deploy some WMS boxes for live (re)streaming (several streams, no files). What OS would give me the best performance? Some time ago I had problems running WMS on Gentoo, which came out in high CPU load on high bandwidth (400mbps+). Running WMS on the same hardware on Win2k3 gives me up to 800mbps (2500 connections), ...

GIS in Elips Studio?

Maybe this site is not the right one for this question, but it is really hard to find anything about this topic on Google. Here it goes: Has anyone worked with GIS in Flex 3 and most importantly Elips Studio (www.openplug.com)?Since this tool is used in our project and it's still in Beta, so none of the map APIs are supported at the mom...

get xml attribute named xlink:href using xsl

How can I get the value of an attribute called xlink:href of an xml node in xsl template? I have this xml node: <DCPType> <HTTP> <Get> <OnlineResource test="hello" xlink:href="http://localhost/wms/default.aspx" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" /> </Get> </HTTP> </DCPType> When I try the f...

How to Capture a live stream from Windows Media Server 2008

I want to capture the live stream from windows media server to filesystem on my pc I have tried with my own media server with the following code. but when i have checked the out put file i have found this in it. FileStream fs = null; try { HttpWebRequest req = (HttpWebRequest)WebRequest.Create("http://mywmsserver/test"); Cooki...

Alternatives to GeoWebCache?

Does anyone know alternatives to GeoWebCache (GWC)? There's TileCache, but it seems to be "dead" in terms of no more development taking place. In addition to that i can't figure out how to cache a protected WMS with TIleCache (basic auth). ...

Some advices for creating a WMS service and a desktop client?

Hi, I'm learning to create a WMS service using MapServer and after that I want to develop a PyQt desktop application which will access it. I don't know what is the best way to do that because I have seen a lot of web solutions but it's not what I'm looking for. Neither I know if there are libraries that can help me. Can you give me som...

Geoserver and WMS

Hi, I need some help. I am new to the concept of Geoserver and WMS and I am looking for very basic help. I have downloaded and installed Geoserver, set up layers etc (including sld), however, I have no idea how to get this information from here to my website. As I have mentioned I am new to this and have no idea what I am doing, I ha...

Geoserver and external website hosting

Hi, I have set up a webpage that calls wms from geoserver operating on localhost and using openlayers as a front end. Everything works perfectly well. The next step, however, causes a few issues. My website is hosted on an external server by another company. Therefore, when i upload the webpage it will not work, is there a way to so...

tilecache wms 1.3.0

Can TileCache cache tiles from a WMS service version 1.3.0 or it is limited to 1.1.1? If yes how can i configure that? ...

[webGis] Dynamic MapServer on OpenLayers

Hi all, I'm struggling with a peculiar set up: we have a WMS layer in OpenLayers (within a GeoExt web interface) invoking a MapServer string (e.g. http://mydomain/cgi-bin/mapserv.exe?map=someMapFile.map&amp;etcetc). Now we need to split the dataset into several layers. We tried by instanciating n separate WMS layers and it's way too...