remove underscores in 1999_MS_01 and 02

This commit is contained in:
Wookey 2019-03-27 02:09:10 +00:00
parent b6c5198af9
commit 12ccf35b33
5 changed files with 13 additions and 13 deletions

View File

@ -80,7 +80,7 @@ layers.push(new Array(layerCycleMap,'layerCycleMap'));
//this isn't right yet - GPX points are not appearing //this isn't right yet - GPX points are not appearing
map.addLayer( map.addLayer(
new OpenLayers.Layer.Markers("Entrances","ents.gpx", new OpenLayers.Layer.Markers("Entrances","foobar.gpx",
{format: OpenLayers.Format.GPX({extractWaypoints: true}), {format: OpenLayers.Format.GPX({extractWaypoints: true}),
styleMap: new OpenLayers.StyleMap( styleMap: new OpenLayers.StyleMap(
{pointRadius: "5", label: "${wpt}", strokeColor: "#FF0000", strokeWidth: 3, strokeOpacity: 0.8} {pointRadius: "5", label: "${wpt}", strokeColor: "#FF0000", strokeWidth: 3, strokeOpacity: 0.8}

View File

@ -8,16 +8,16 @@
<body> <body>
<cave> <cave>
<non_public>False</non_public> <non_public>False</non_public>
<caveslug>1623-1999_MS_01</caveslug> <caveslug>1623-1999-MS-01</caveslug>
<official_name></official_name> <official_name></official_name>
<area>1623</area> <area>1623</area>
<area>2b</area> <area>2b</area>
<kataster_code></kataster_code> <kataster_code></kataster_code>
<kataster_number></kataster_number> <kataster_number></kataster_number>
<unofficial_number>1999_MS_01</unofficial_number> <unofficial_number>1999-MS-01</unofficial_number>
<entrance> <entrance>
<entranceslug>1623-1999_MS_01</entranceslug> <entranceslug>1623-1999-MS-01</entranceslug>
<letter></letter> <letter></letter>
</entrance> </entrance>
@ -33,8 +33,8 @@
<depth></depth> <depth></depth>
<extent></extent> <extent></extent>
<survex_file></survex_file> <survex_file></survex_file>
<description_file>1623/1999_ms_01.html</description_file> <description_file>1623/1999-ms-01.html</description_file>
<url>1623/1999_ms_01.html</url> <url>1623/1999-ms-01.html</url>
</cave> </cave>
</body> </body>
</html> </html>

View File

@ -8,16 +8,16 @@
<body> <body>
<cave> <cave>
<non_public>False</non_public> <non_public>False</non_public>
<caveslug>1623-1999_MS_02</caveslug> <caveslug>1623-1999-MS-02</caveslug>
<official_name></official_name> <official_name></official_name>
<area>1623</area> <area>1623</area>
<area>2b</area> <area>2b</area>
<kataster_code></kataster_code> <kataster_code></kataster_code>
<kataster_number></kataster_number> <kataster_number></kataster_number>
<unofficial_number>1999_MS_02</unofficial_number> <unofficial_number>1999-MS-02</unofficial_number>
<entrance> <entrance>
<entranceslug>1623-1999_MS_02</entranceslug> <entranceslug>1623-1999-MS-02</entranceslug>
<letter></letter> <letter></letter>
</entrance> </entrance>
@ -33,8 +33,8 @@
<depth></depth> <depth></depth>
<extent></extent> <extent></extent>
<survex_file></survex_file> <survex_file></survex_file>
<description_file>1623/1999_ms_02.html</description_file> <description_file>1623/1999-ms-02.html</description_file>
<url>1623/1999_ms_02.html</url> <url>1623/1999-ms-02.html</url>
</cave> </cave>
</body> </body>
</html> </html>

View File

@ -8,7 +8,7 @@
<body> <body>
<entrance> <entrance>
<non_public>False</non_public> <non_public>False</non_public>
<slug>1623-1999_MS_01</slug> <slug>1623-1999-MS-01</slug>
<name></name> <name></name>
<entrance_description></entrance_description> <entrance_description></entrance_description>
<explorers></explorers> <explorers></explorers>

View File

@ -8,7 +8,7 @@
<body> <body>
<entrance> <entrance>
<non_public>False</non_public> <non_public>False</non_public>
<slug>1623-1999_MS_02</slug> <slug>1623-1999-MS-02</slug>
<name></name> <name></name>
<entrance_description></entrance_description> <entrance_description></entrance_description>
<explorers></explorers> <explorers></explorers>