Commit 15beec1c authored by Kaitlyn's avatar Kaitlyn
Browse files

Smaller features now display on top of larger ones.

parent a8d077b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -268,7 +268,7 @@ class planetary_maps:

                    # Sort features by diameter
                    jsonp['features'] = sorted(
                        jsonp['features'], key=lambda feature: feature["properties"]["diameter"])
                        jsonp['features'], key=lambda feature: feature["properties"]["diameter"], reverse=True)
                    geo_json = GeoJSON(data=jsonp, name="Show Feature Names")
                    geo_json.point_style = {
                        'fillOpacity': 1,