Adding more locations.
This commit is contained in:
		
							
								
								
									
										10
									
								
								locations/CastiellodeJaca.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								locations/CastiellodeJaca.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "Castiello de Jaca",
 | 
			
		||||
    "bus": true,
 | 
			
		||||
    "train": false,
 | 
			
		||||
    "pharmacy": false,
 | 
			
		||||
    "smoke": false,
 | 
			
		||||
    "supermarkets": [],
 | 
			
		||||
    "pool": true,
 | 
			
		||||
    "gym": false
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										19
									
								
								locations/Villanúa.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								locations/Villanúa.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,19 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "Villanúa",
 | 
			
		||||
    "bus": true,
 | 
			
		||||
    "train": true,
 | 
			
		||||
    "pharmacy": true,
 | 
			
		||||
    "smoke": true,
 | 
			
		||||
    "supermarkets": [
 | 
			
		||||
        {
 | 
			
		||||
            "type": "ALTO_ARAGON",
 | 
			
		||||
            "url": "https://goo.gl/maps/DKqzDFWMM7ce7n417"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "type": "CUSTOM",
 | 
			
		||||
            "url": "https://goo.gl/maps/JR2yKpzoWnzWbdT17"
 | 
			
		||||
        }
 | 
			
		||||
    ],
 | 
			
		||||
    "pool": true,
 | 
			
		||||
    "gym": true
 | 
			
		||||
}
 | 
			
		||||
@@ -21,7 +21,6 @@ export default class Item {
 | 
			
		||||
        this.meters = this._extractMeters();
 | 
			
		||||
        this.priceMeter = this._extractPriceMeter();
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        this.additionalInfo = this._extractAdditionalInfo();
 | 
			
		||||
        this.hasGarage = this._extractGarage();
 | 
			
		||||
        this.hasLift = this._extractLift();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user