Skip to content

Commit

Permalink
minor #2371 Remove duplicate question mark ? in DSN string (alexander…
Browse files Browse the repository at this point in the history
…-schranz)

This PR was merged into the 2.x branch.

Discussion
----------

Remove duplicate question mark ? in DSN string

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  |no <!-- please update src/**/CHANGELOG.md files -->
| Issues        | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License       | MIT

Looks like there was `??` accidently added.

Commits
-------

33bd17d Remove duplicate question mark ? in DSN string
  • Loading branch information
Kocal committed Nov 14, 2024
2 parents 33ae8f2 + 33bd17d commit aff98b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Map/src/Bridge/Google/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ UX_MAP_DSN=google://GOOGLE_MAPS_API_KEY@default
# With options
UX_MAP_DSN=google://GOOGLE_MAPS_API_KEY@default?version=weekly
UX_MAP_DSN=google://GOOGLE_MAPS_API_KEY@default?language=fr&region=FR
UX_MAP_DSN=google://GOOGLE_MAPS_API_KEY@default??libraries[]=geometry&libraries[]=places
UX_MAP_DSN=google://GOOGLE_MAPS_API_KEY@default?libraries[]=geometry&libraries[]=places
```

Available options:
Expand Down

0 comments on commit aff98b7

Please sign in to comment.