[Geomoose-users] no he logrado identificar capas
Eli Adam
eadam at co.lincoln.or.us
Tue Nov 22 13:17:48 EST 2011
Carlos,
I don't know Spanish but guessing from an online translator program
(http://www.microsofttranslator.com/) I think that your question is:
I have a problem at the time of identifying the attributes in the
selected layers not is what will be the problem
Try deleting two commas (,).
Compiled.js around line 2216 is currently:
} else if(type == 'ags') {
var layer_options = {
resolutions: CONFIGURATION.scales,
};
it should be:
} else if(type == 'ags') {
var layer_options = {
resolutions: CONFIGURATION.scales
};
Same thing in main.js line 501
>From the online translator:
Intente eliminar dos comas (,).
Compiled.js en línea 2216 es actualmente:
} else if(type == 'ags') {
var layer_options = {
resolutions: CONFIGURATION.scales,
};
debería ser:
} else if(type == 'ags') {
var layer_options = {
resolutions: CONFIGURATION.scales
};
Lo mismo en main.js línea 501
Best Regards, Eli
2011/11/22 Carlos Alberto Pereira Urrutia <carlosp.sistemas at gmail.com>:
> tengo un problema al momento de identificar los atributos en las capas
> seleccionadas no se cual sera el problema
> www.corpoboyaca.gov.co:81/geomoose2/corpoboyaca.html
>
>
> --
> CARLOS A.
> Cel 3102645910
>
> AVISO LEGAL: Este mensaje es confidencial y puede contener información
> privilegiada la cual no puede ser usada ni divulgada a personas distintas de
> su destinatario. Esta prohibida la retención, grabación, utilización,
> aprovechamiento o divulgación con cualquier propósito. Si por error recibe
> este mensaje, por favor destruya su contenido y avise a su remitente.
>
> _______________________________________________
> Geomoose-users mailing list
> Geomoose-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/geomoose-users
>
>
More information about the Geomoose-users
mailing list