ml-tooling / contaxy

MIT License
10 stars 8 forks source link

Extract project id from service metadata in map_service_to_extension #13

Closed JNKielmann closed 3 years ago

JNKielmann commented 3 years ago

The project id does not need to be passed to the map_service_to_extension function because it can be retrieved from the service metadata. This fixes a bug in list_extensions where the wrong project_id is passed for global extensions.

lukasmasuch commented 3 years ago

LGTM. Indeed, the project_id is unnecessary here :)