Skip to content

Commit

Permalink
Add apiBaseUrl to CatalogMap
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgaya committed Jun 20, 2024
1 parent f1979f0 commit 1ad58f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ export default {
this.tilesetSource = vectorTilesetSource({
accessToken: window.accessToken,
...(window.apiBaseUrl && { apiBaseUrl: window.apiBaseUrl }),
connectionName: 'carto_dw',
tableName: this.tilesetSampleId
});
Expand Down

0 comments on commit 1ad58f0

Please sign in to comment.