ProfessionalWiki / ProfessionalWiki/Maps
Add geocoding lookup list to configuration
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 78
- Forks
- 65
- Avg merge
- 9h 17m
- Merged PRs (30d)
- 6
Description
Something like
$egMapsHardcodedGeocoding = [
'Berlin' => '52.517037 N, 13.38886 E',
'London' => '51.507322 N, 0.127647 W'
];
If the value being geocoded is found in this list, the corresponding coordinates would be used rather than the real geocoding service.
This allows fixing incorrect coordinates for a specific usecase or to have limited "offline support" for important locations.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue does not name files or tests; start by locating the geocoding configuration and the code that calls the real geocoding service. Define how configured place names override service results while unmatched values retain the existing behavior, then add coverage for both cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100