forked from MapComplete/MapComplete
		
	Merge branch 'develop' into theme/insect-hotels
This commit is contained in:
		
						commit
						f86fc97699
					
				
					 5 changed files with 29 additions and 3 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/deploy_dev.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/deploy_dev.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -6,7 +6,7 @@ on: | ||||||
| 
 | 
 | ||||||
| jobs: | jobs: | ||||||
|   build: |   build: | ||||||
|     runs-on: ubuntu-latest |     runs-on: [ubuntu-lts, ubuntu-latest] | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v3 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -28,6 +28,7 @@ | ||||||
|     "_is_import_note:=(() => {const lines = feat.properties['_first_comment'].split('\\n'); const matchesMapCompleteURL = lines.map(l => l.match(\".*https://mapcomplete.\\(osm.be|org\\)/\\([a-zA-Z_-]+\\)\\(.html\\).*#import\")); const matchedIndexes = matchesMapCompleteURL.map((doesMatch, i) => [doesMatch !== null, i]).filter(v => v[0]).map(v => v[1]); return matchedIndexes[0] })()" |     "_is_import_note:=(() => {const lines = feat.properties['_first_comment'].split('\\n'); const matchesMapCompleteURL = lines.map(l => l.match(\".*https://mapcomplete.\\(osm.be|org\\)/\\([a-zA-Z_-]+\\)\\(.html\\).*#import\")); const matchedIndexes = matchesMapCompleteURL.map((doesMatch, i) => [doesMatch !== null, i]).filter(v => v[0]).map(v => v[1]); return matchedIndexes[0] })()" | ||||||
|   ], |   ], | ||||||
|   "minzoom": 7, |   "minzoom": 7, | ||||||
|  |   "isShown": "_total_comments>0", | ||||||
|   "title": { |   "title": { | ||||||
|     "render": { |     "render": { | ||||||
|       "en": "Note", |       "en": "Note", | ||||||
|  |  | ||||||
|  | @ -301,6 +301,31 @@ | ||||||
|           } |           } | ||||||
|         } |         } | ||||||
|       } |       } | ||||||
|  |     }, | ||||||
|  |     { | ||||||
|  |       "builtin": "etymology", | ||||||
|  |       "override": { | ||||||
|  |         "id": "parks_without_etymology", | ||||||
|  |         "=name": { | ||||||
|  |           "en": "Parks without etymology information" | ||||||
|  |         }, | ||||||
|  |         "minzoom": 18, | ||||||
|  |         "isCounted": false, | ||||||
|  |         "source": { | ||||||
|  |           "osmTags": { | ||||||
|  |             "and": [ | ||||||
|  |               "name~*", | ||||||
|  |               { | ||||||
|  |                 "or": [ | ||||||
|  |                   "leisure=park", | ||||||
|  |                   "landuse=village_green", | ||||||
|  |                   "landuse=recreation_ground" | ||||||
|  |                 ] | ||||||
|  |               } | ||||||
|  |             ] | ||||||
|  |           } | ||||||
|  |         } | ||||||
|  |       } | ||||||
|     } |     } | ||||||
|   ] |   ] | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -231,7 +231,7 @@ export class PanoramaxUploader implements ImageUploader { | ||||||
|                 lat = exifLat |                 lat = exifLat | ||||||
|                 lon = exifLon |                 lon = exifLon | ||||||
|             } |             } | ||||||
|             const [date, time] = tags.DateTime.value[0].split(" ") |             const [date, time] =( tags.DateTime.value[0] ?? tags.DateTimeOriginal.value[0] ?? tags.GPSDateStamp ?? tags["Date Created"]).split(" ") | ||||||
|             const exifDatetime = new Date(date.replaceAll(":", "-") + "T" + time) |             const exifDatetime = new Date(date.replaceAll(":", "-") + "T" + time) | ||||||
|             if (exifDatetime.getFullYear() === 1970) { |             if (exifDatetime.getFullYear() === 1970) { | ||||||
|                 // The data probably got reset to the epoch
 |                 // The data probably got reset to the epoch
 | ||||||
|  |  | ||||||
|  | @ -532,7 +532,7 @@ export class OsmConnection { | ||||||
|         this.auth = new osmAuth({ |         this.auth = new osmAuth({ | ||||||
|             client_id: this._oauth_config.oauth_client_id, |             client_id: this._oauth_config.oauth_client_id, | ||||||
|             url: this._oauth_config.url, |             url: this._oauth_config.url, | ||||||
|             scope: "read_prefs write_prefs write_api write_gpx write_notes openid", |             scope: "read_prefs write_prefs write_api write_gpx write_notes", | ||||||
|             redirect_uri: Utils.runningFromConsole |             redirect_uri: Utils.runningFromConsole | ||||||
|                 ? "https://mapcomplete.org/land.html" |                 ? "https://mapcomplete.org/land.html" | ||||||
|                 : window.location.protocol + "//" + window.location.host + "/land.html", |                 : window.location.protocol + "//" + window.location.host + "/land.html", | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue