Skip to content

Commit

Permalink
Update plugin.py (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
webb-ben authored Jul 30, 2024
1 parent c97b90c commit c4cb65d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pygeoapi/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
'ESRI': 'pygeoapi.provider.esri.ESRIServiceProvider',
'FileSystem': 'pygeoapi.provider.filesystem.FileSystemProvider',
'GeoJSON': 'pygeoapi.provider.geojson.GeoJSONProvider',
'GeoPandas': 'pygeoapi_plugins.provider.geopandas_.GeoPandasProvider',
'Hateoas': 'pygeoapi.provider.hateoas.HateoasProvider',
'MapScript': 'pygeoapi.provider.mapscript_.MapScriptProvider',
'MongoDB': 'pygeoapi.provider.mongo.MongoProvider',
Expand Down

0 comments on commit c4cb65d

Please sign in to comment.