conversion rouen PAV
This commit is contained in:
parent
b1054a8d4a
commit
69ea03bc5b
@ -27,7 +27,7 @@ const allowed_configs = [
|
||||
'MappingArbres92', 'MappingMuseums', 'MappingRouenPAV', 'MappingAskAngela'
|
||||
];
|
||||
|
||||
import minimist = require('minimist');
|
||||
const minimist = require('minimist');
|
||||
import MappingAskAngela from "./mappings/converters/configAskAngela";
|
||||
|
||||
const debugLog = utils.debugLog;
|
||||
|
@ -4,7 +4,7 @@
|
||||
import MappingConfigType from "../mapping-config.type";
|
||||
|
||||
const MappingRouenPAV: MappingConfigType = {
|
||||
config_name: "mappingRouenParkingVelos",
|
||||
config_name: "mappingRouen points d'apport volontaire",
|
||||
config_author: "tykayn <contact@cipherbliss.com>",
|
||||
default_properties_of_point: {
|
||||
'amenity': 'recycling',
|
||||
|
@ -1934,6 +1934,11 @@ fs.realpath@^1.0.0:
|
||||
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
|
||||
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
|
||||
|
||||
fsevents@^2.3.2, fsevents@~2.3.2:
|
||||
version "2.3.2"
|
||||
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz"
|
||||
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
|
||||
|
||||
function-bind@^1.1.1:
|
||||
version "1.1.1"
|
||||
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz"
|
||||
|
Loading…
Reference in New Issue
Block a user