more readme
This commit is contained in:
		@@ -168,7 +168,6 @@ class LandmarkManager:
 | 
			
		||||
            bbox (tuple[float, float, float, float]): The bounding box coordinates (around:radius, center_lat, center_lon).
 | 
			
		||||
            amenity_selector (dict): The Overpass API query selector for the desired landmark type. 
 | 
			
		||||
            landmarktype (str): The type of the landmark (e.g., 'sightseeing', 'nature', 'shopping').
 | 
			
		||||
            score_function (callable): The function to compute the score of the landmark based on its attributes.
 | 
			
		||||
 | 
			
		||||
        Returns:
 | 
			
		||||
            list[Landmark]: A list of Landmark objects that were fetched and filtered based on the provided criteria.
 | 
			
		||||
@@ -177,7 +176,6 @@ class LandmarkManager:
 | 
			
		||||
            - Landmarks are fetched using Overpass API queries.
 | 
			
		||||
            - Selectors are translated from the dictionary to the Overpass query format. (e.g., 'amenity'='place_of_worship')
 | 
			
		||||
            - Landmarks are filtered based on various conditions including tags and type.
 | 
			
		||||
            - Scores are assigned to landmarks based on their attributes and surrounding elements.
 | 
			
		||||
        """
 | 
			
		||||
        return_list = []
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user