Commit 2a316bbe authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Aclara nomenclatura de sistemas de referencia

A raíz de #30 se ha llegado a estos nombres para los sistemas de
referencia disponibles para la carga de citas.
parent f5e33f9b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1159,5 +1159,6 @@ define({
	, "descriptio": "Descripción"
	, "featurecod": "Feature code"

	, "sexagesimalDegrees": "Grados sexagesimales"
	, "wgs84DecimalDegrees": "WGS84 [EPSG: 4326] (grados decimales)"
	, "wgs84SexagesimalDegrees": "WGS84 [EPSG: 4326] (grados sexagesimales)"
});
+2 −1
Original line number Diff line number Diff line
@@ -1164,7 +1164,8 @@ define({
		, "descriptio": "Description"
		, "featurecod": "Feature code"

		, "sexagesimalDegrees": "Sexagesimal degrees"
		, "wgs84DecimalDegrees": "WGS84 [EPSG: 4326] (decimal degrees)"
		, "wgs84SexagesimalDegrees": "WGS84 [EPSG: 4326] (sexagesimal degrees)"
	}

	, "es": true
+5 −5
Original line number Diff line number Diff line
@@ -43,8 +43,12 @@ define([
				initialSr: 1,
				spatialReferences: [{
					id: 4326,
					name: "WGS84 [EPSG: 4326]",
					name: this.i18n.wgs84DecimalDegrees,
					crs: "urn:ogc:def:crs:OGC:1.3:CRS84"
				},{
					id: 1,
					name: this.i18n.wgs84SexagesimalDegrees,
					crs: "1"
				},{
					id: 3857,
					name: "WGS84 Web Mercator (Auxiliary Sphere) [EPSG: 3857]",
@@ -53,10 +57,6 @@ define([
					id: 32628,
					name: "WGS84 / UTM 28N [EPSG: 32628]",
					crs: "32628"
				},{
					id: 1,
					name: this.i18n.sexagesimalDegrees,
					crs: "1"
				}],
				_inputsNodes: {},
				_inputsInstances: {},