forked from edward/owl-map
		
	Bug fix geojson in api
This commit is contained in:
		
							parent
							
								
									8fea2a8aa7
								
							
						
					
					
						commit
						49fa050b89
					
				| 
						 | 
				
			
			@ -112,8 +112,10 @@ def get_osm_with_wikidata_tag(bbox):
 | 
			
		|||
            tagged.append(
 | 
			
		||||
                {
 | 
			
		||||
                    "identifier": osm.identifier,
 | 
			
		||||
                    "id": osm.id,
 | 
			
		||||
                    "type": osm.type,
 | 
			
		||||
                    "url": osm.osm_url,
 | 
			
		||||
                    "geoson": osm.geojson(),
 | 
			
		||||
                    "geojson": osm.geojson(),
 | 
			
		||||
                    "centroid": list(osm.get_centroid()),
 | 
			
		||||
                    "name": name,
 | 
			
		||||
                    "wikidata": osm.tags["wikidata"],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue