Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfixes and backwards search using PlaceID #6

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Schweriner
Copy link

No description provided.

@Schweriner Schweriner changed the title Bugfixed and backwards search using PlaceID Bugfixes and backwards search using PlaceID Jan 30, 2018
@bmack
Copy link
Member

bmack commented Apr 25, 2018

Hey, care to update this PR?

@@ -160,6 +164,7 @@ protected function getCoordinatesFromApi($fullGeocodingUri) {
$apiResult = json_decode(GeneralUtility::getUrl($fullGeocodingUri), true);
if (count($apiResult['results']) > 0) {
$record = reset($apiResult['results']);
//\TYPO3\CMS\Extbase\Utility\DebuggerUtility::var_dump($record);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can remove this line :)

@@ -50,14 +50,15 @@ class GeoService

/**
* base URL to fetch the Coordinates (Latitude, Longitutde of a Address String.
* TODO: Language shall be configurable
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still not configurable, so I'd leave this todo in there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants