forked from MapComplete/MapComplete
		
	Add osmtogeojson
This commit is contained in:
		
							parent
							
								
									6557c51493
								
							
						
					
					
						commit
						abe5d5546a
					
				
					 2 changed files with 23 additions and 20 deletions
				
			
		| 
						 | 
				
			
			@ -1,7 +1,8 @@
 | 
			
		|||
import { Utils } from "../Utils";
 | 
			
		||||
 | 
			
		||||
export default class Constants {
 | 
			
		||||
    public static vNumber = "0.3.0a";
 | 
			
		||||
    public static vNumber = "0.3.0" +
 | 
			
		||||
        "a";
 | 
			
		||||
 | 
			
		||||
    // The user journey states thresholds when a new feature gets unlocked
 | 
			
		||||
    public static userJourney = {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										40
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										40
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							| 
						 | 
				
			
			@ -3628,6 +3628,22 @@
 | 
			
		|||
      "integrity": "sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==",
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "JSONStream": {
 | 
			
		||||
      "version": "0.8.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-0.8.0.tgz",
 | 
			
		||||
      "integrity": "sha1-78Ri1aW8lOwAf0siVxrNf28q4BM=",
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "jsonparse": "0.0.5",
 | 
			
		||||
        "through": "~2.2.7"
 | 
			
		||||
      },
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "through": {
 | 
			
		||||
          "version": "2.2.7",
 | 
			
		||||
          "resolved": "https://registry.npmjs.org/through/-/through-2.2.7.tgz",
 | 
			
		||||
          "integrity": "sha1-bo4hIAGR1OtqmfbwEN9Gqhxusr0="
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "abab": {
 | 
			
		||||
      "version": "2.0.3",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.3.tgz",
 | 
			
		||||
| 
						 | 
				
			
			@ -6955,6 +6971,11 @@
 | 
			
		|||
        "minimist": "^1.2.0"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "jsonparse": {
 | 
			
		||||
      "version": "0.0.5",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-0.0.5.tgz",
 | 
			
		||||
      "integrity": "sha1-MwVCrT8KZUZlt3jz6y2an6UHrGQ="
 | 
			
		||||
    },
 | 
			
		||||
    "jsonwebtoken": {
 | 
			
		||||
      "version": "8.5.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz",
 | 
			
		||||
| 
						 | 
				
			
			@ -8082,15 +8103,6 @@
 | 
			
		|||
        "xmldom": "~0.1.16"
 | 
			
		||||
      },
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "JSONStream": {
 | 
			
		||||
          "version": "0.8.0",
 | 
			
		||||
          "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-0.8.0.tgz",
 | 
			
		||||
          "integrity": "sha1-78Ri1aW8lOwAf0siVxrNf28q4BM=",
 | 
			
		||||
          "requires": {
 | 
			
		||||
            "jsonparse": "0.0.5",
 | 
			
		||||
            "through": "~2.2.7"
 | 
			
		||||
          }
 | 
			
		||||
        },
 | 
			
		||||
        "concat-stream": {
 | 
			
		||||
          "version": "2.0.0",
 | 
			
		||||
          "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz",
 | 
			
		||||
| 
						 | 
				
			
			@ -8152,11 +8164,6 @@
 | 
			
		|||
          "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
 | 
			
		||||
          "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8="
 | 
			
		||||
        },
 | 
			
		||||
        "jsonparse": {
 | 
			
		||||
          "version": "0.0.5",
 | 
			
		||||
          "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-0.0.5.tgz",
 | 
			
		||||
          "integrity": "sha1-MwVCrT8KZUZlt3jz6y2an6UHrGQ="
 | 
			
		||||
        },
 | 
			
		||||
        "readable-stream": {
 | 
			
		||||
          "version": "3.6.0",
 | 
			
		||||
          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
 | 
			
		||||
| 
						 | 
				
			
			@ -8166,11 +8173,6 @@
 | 
			
		|||
            "string_decoder": "^1.1.1",
 | 
			
		||||
            "util-deprecate": "^1.0.1"
 | 
			
		||||
          }
 | 
			
		||||
        },
 | 
			
		||||
        "through": {
 | 
			
		||||
          "version": "2.2.7",
 | 
			
		||||
          "resolved": "https://registry.npmjs.org/through/-/through-2.2.7.tgz",
 | 
			
		||||
          "integrity": "sha1-bo4hIAGR1OtqmfbwEN9Gqhxusr0="
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue