landkreise
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
|
|
||||||
let str = fs.readFileSync('./landkreise_simplify200_2.geojson',{encoding:'UTF-8'});
|
let str = fs.readFileSync('./landkreise_simplify20_2.geojson',{encoding:'UTF-8'});
|
||||||
str = str.replace('DE1",',"DE1\", \"BUND\": \"Baden-Württemberg\", \"BEZIRK\": \"\", \"KREIS\": \"\", ");
|
str = str.replace('DE1",',"DE1\", \"BUND\": \"Baden-Württemberg\", \"BEZIRK\": \"\", \"KREIS\": \"\", ");
|
||||||
str = str.replace('DE11",',"DE11\", \"BUND\": \"Baden-Württemberg\", \"BEZIRK\": \"Stuttgart\", \"KREIS\": \"\", ");
|
str = str.replace('DE11",',"DE11\", \"BUND\": \"Baden-Württemberg\", \"BEZIRK\": \"Stuttgart\", \"KREIS\": \"\", ");
|
||||||
str = str.replace('DE111",',"DE111\", \"BUND\": \"Baden-Württemberg\", \"BEZIRK\": \"Stuttgart\", \"KREIS\": \"Stuttgart, Stadtkreis\", ");
|
str = str.replace('DE111",',"DE111\", \"BUND\": \"Baden-Württemberg\", \"BEZIRK\": \"Stuttgart\", \"KREIS\": \"Stuttgart, Stadtkreis\", ");
|
||||||
@@ -457,4 +457,4 @@ str = str.replace('DEG0L",',"DEG0L\", \"BUND\": \"Thüringen\", \"BEZIRK\": \"Th
|
|||||||
str = str.replace('DEG0M",',"DEG0M\", \"BUND\": \"Thüringen\", \"BEZIRK\": \"Thüringen\", \"KREIS\": \"Altenburger Land\", ");
|
str = str.replace('DEG0M",',"DEG0M\", \"BUND\": \"Thüringen\", \"BEZIRK\": \"Thüringen\", \"KREIS\": \"Altenburger Land\", ");
|
||||||
str = str.replace('DEG0N",',"DEG0N\", \"BUND\": \"Thüringen\", \"BEZIRK\": \"Thüringen\", \"KREIS\": \"Eisenach, Kreisfreie Stadt\", ");
|
str = str.replace('DEG0N",',"DEG0N\", \"BUND\": \"Thüringen\", \"BEZIRK\": \"Thüringen\", \"KREIS\": \"Eisenach, Kreisfreie Stadt\", ");
|
||||||
str = str.replace('DEG0P",',"DEG0P\", \"BUND\": \"Thüringen\", \"BEZIRK\": \"Thüringen\", \"KREIS\": \"Wartburgkreis\", ");
|
str = str.replace('DEG0P",',"DEG0P\", \"BUND\": \"Thüringen\", \"BEZIRK\": \"Thüringen\", \"KREIS\": \"Wartburgkreis\", ");
|
||||||
fs.writeFileSync('./landkreise_simple200.geojson', str);
|
fs.writeFileSync('./landkreise_simple20.geojson', str);
|
||||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Tue Jan 22 2019 17:39:35 GMT+0100 (CET)*/
|
/*Generated on:Tue Jan 22 2019 17:48:31 GMT+0100 (CET)*/
|
||||||
var AutomaticDispose_Branch = "master";
|
var AutomaticDispose_Branch = "master";
|
||||||
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
||||||
var da_lss_adis_time = new Date().getTime();
|
var da_lss_adis_time = new Date().getTime();
|
||||||
|
|||||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Tue Jan 22 2019 17:39:35 GMT+0100 (CET)*/
|
/*Generated on:Tue Jan 22 2019 17:48:31 GMT+0100 (CET)*/
|
||||||
/*
|
/*
|
||||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
|
|||||||
Reference in New Issue
Block a user