Skip to content

Commit

Permalink
improve logging/dev access
Browse files Browse the repository at this point in the history
  • Loading branch information
warm-coolguy committed Feb 26, 2024
1 parent 7928be2 commit af88f80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/clients/textLocator/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@

initializeClient({
urls: {
backend: 'https://textlocator.ai.dataport.de/api/',
gazetteerClient: 'https://mdi-de-dienste.org/GazetteerClient/search',
gazetteerWfs: 'https://mdi-de-dienste.org/geoserver_gazClient/nokis/ows'
textLocatorBackend: 'https://textlocator.ai.dataport.de/api/',
gazetteerClient: 'https://mdi-de-dienste.org/GazetteerClient/search'
}
})
}).then(console.info.bind(null, 'Map client instance:'))
.catch(console.error.bind(null, 'Map client setup failed:'))
</script>
</body>
</html>

0 comments on commit af88f80

Please sign in to comment.