[Users] new user extension: WMSBrowser
Alexandre Dubé
adube at mapgears.com
Wed Sep 19 14:50:54 CEST 2012
Hi Antoni,
I made some tests about this. Here's what I found.
The urlValidator uses the 'url' VTypes for validation that can be
found in Ext source code. Look for the regex used to validate the url
in ./src/widgets/form/VTypes.js. You'll notice that the url is valid if
it contains an extension, such as ".com". So, http://localhost isn't
enough and the regex fails, thus returning an error.
The GetCapabilities request works fine regardless. Commenting the line
validator:this.urlValidator,
didn't show the message for me.
Please, let me know if you need anything else.
Regards,
Alexandre
The regex :
(((^https?)|(^ftp)):\/\/([\-\w]+\.)+\w{2,3}(\/[%\-\w]+(\.\w{2,})?)*(([\w\-\.\?\\\/+@&#;`~=%!]*)(\.\w{2,})?)*\/?)
You can try this in :
http://www.regular-expressions.info/javascriptexample.html
On 12-09-19 02:53 AM, Vidal, Antoni wrote:
> Hi all,
>
> I'm testing this new extension using local url without proxy and I get an error message "The server address (url) is invalid...". Looking at the code, I've found a function urlValidator that I put commented but error still persists.
>
> Have you any example how to use a url to getCapabilities ?
>
> Thanks in advance
>
> Antoni Vidal
> Unitat d'Aplicacions SIG-WEB
> Institut Cartogràfic de Catalunya
> Parc de Montjuïc, E-08038 Barcelona
> Tel. (+34) 93 567 15 00 (ext. 3228)
> www.icc.cat
>
>
>
> -----Missatge original-----
> De: users-bounces at geoext.org [mailto:users-bounces at geoext.org] En nom de Eric Lemoine
> Enviat: viernes, 14 de septiembre de 2012 9:21
> Per a: Users at geoext.org
> Tema: [Users] new user extension: WMSBrowser
>
> Hi
>
> This is to announce a new user extension: WMSBrowser. See <http://trac.geoext.org/wiki/ux/WMSBrower> for the description, and links to examples. Thanks MapGears for developing and maintaining this extension!
>
> PS: People having references (svn:externals) to the old directory
> (<http://svn.geoext.org/sandbox/mapgears/geoext.ux/ux/WMSBrowser/>)
> are strongly advised to change to
> <http://svn.geoext.org/extensions/geoext.ux/ux/WMSBrowser/>. The old directory still exists, but MapGears may decide to remove it eventually.
>
>
>
> --
> Eric Lemoine
>
> Camptocamp France SAS
> Savoie Technolac, BP 352
> 73377 Le Bourget du Lac, Cedex
>
> Tel : 00 33 4 79 44 44 96
> Mail : eric.lemoine at camptocamp.com
> http://www.camptocamp.com
> _______________________________________________
> Users mailing list
> Users at geoext.org
> http://www.geoext.org/cgi-bin/mailman/listinfo/users
> _______________________________________________
> Users mailing list
> Users at geoext.org
> http://www.geoext.org/cgi-bin/mailman/listinfo/users
--
Alexandre Dubé
Mapgears
www.mapgears.com
More information about the Users
mailing list