mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 07:11:55 +00:00
remove underscores in 1999_MS_01 and 02
This commit is contained in:
parent
b6c5198af9
commit
12ccf35b33
@ -80,7 +80,7 @@ layers.push(new Array(layerCycleMap,'layerCycleMap'));
|
||||
|
||||
//this isn't right yet - GPX points are not appearing
|
||||
map.addLayer(
|
||||
new OpenLayers.Layer.Markers("Entrances","ents.gpx",
|
||||
new OpenLayers.Layer.Markers("Entrances","foobar.gpx",
|
||||
{format: OpenLayers.Format.GPX({extractWaypoints: true}),
|
||||
styleMap: new OpenLayers.StyleMap(
|
||||
{pointRadius: "5", label: "${wpt}", strokeColor: "#FF0000", strokeWidth: 3, strokeOpacity: 0.8}
|
||||
|
@ -8,16 +8,16 @@
|
||||
<body>
|
||||
<cave>
|
||||
<non_public>False</non_public>
|
||||
<caveslug>1623-1999_MS_01</caveslug>
|
||||
<caveslug>1623-1999-MS-01</caveslug>
|
||||
<official_name></official_name>
|
||||
<area>1623</area>
|
||||
<area>2b</area>
|
||||
<kataster_code></kataster_code>
|
||||
<kataster_number></kataster_number>
|
||||
<unofficial_number>1999_MS_01</unofficial_number>
|
||||
<unofficial_number>1999-MS-01</unofficial_number>
|
||||
|
||||
<entrance>
|
||||
<entranceslug>1623-1999_MS_01</entranceslug>
|
||||
<entranceslug>1623-1999-MS-01</entranceslug>
|
||||
<letter></letter>
|
||||
</entrance>
|
||||
|
||||
@ -33,8 +33,8 @@
|
||||
<depth></depth>
|
||||
<extent></extent>
|
||||
<survex_file></survex_file>
|
||||
<description_file>1623/1999_ms_01.html</description_file>
|
||||
<url>1623/1999_ms_01.html</url>
|
||||
<description_file>1623/1999-ms-01.html</description_file>
|
||||
<url>1623/1999-ms-01.html</url>
|
||||
</cave>
|
||||
</body>
|
||||
</html>
|
@ -8,16 +8,16 @@
|
||||
<body>
|
||||
<cave>
|
||||
<non_public>False</non_public>
|
||||
<caveslug>1623-1999_MS_02</caveslug>
|
||||
<caveslug>1623-1999-MS-02</caveslug>
|
||||
<official_name></official_name>
|
||||
<area>1623</area>
|
||||
<area>2b</area>
|
||||
<kataster_code></kataster_code>
|
||||
<kataster_number></kataster_number>
|
||||
<unofficial_number>1999_MS_02</unofficial_number>
|
||||
<unofficial_number>1999-MS-02</unofficial_number>
|
||||
|
||||
<entrance>
|
||||
<entranceslug>1623-1999_MS_02</entranceslug>
|
||||
<entranceslug>1623-1999-MS-02</entranceslug>
|
||||
<letter></letter>
|
||||
</entrance>
|
||||
|
||||
@ -33,8 +33,8 @@
|
||||
<depth></depth>
|
||||
<extent></extent>
|
||||
<survex_file></survex_file>
|
||||
<description_file>1623/1999_ms_02.html</description_file>
|
||||
<url>1623/1999_ms_02.html</url>
|
||||
<description_file>1623/1999-ms-02.html</description_file>
|
||||
<url>1623/1999-ms-02.html</url>
|
||||
</cave>
|
||||
</body>
|
||||
</html>
|
@ -8,7 +8,7 @@
|
||||
<body>
|
||||
<entrance>
|
||||
<non_public>False</non_public>
|
||||
<slug>1623-1999_MS_01</slug>
|
||||
<slug>1623-1999-MS-01</slug>
|
||||
<name></name>
|
||||
<entrance_description></entrance_description>
|
||||
<explorers></explorers>
|
@ -8,7 +8,7 @@
|
||||
<body>
|
||||
<entrance>
|
||||
<non_public>False</non_public>
|
||||
<slug>1623-1999_MS_02</slug>
|
||||
<slug>1623-1999-MS-02</slug>
|
||||
<name></name>
|
||||
<entrance_description></entrance_description>
|
||||
<explorers></explorers>
|
Loading…
Reference in New Issue
Block a user