We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have you considered adding the dumpers feature? Any idea how to implement this?
Hi @mack-hankins,
Thanks for your message, why not it can be a good idea actually ? You're welcome to make a PR if you want :)
If you need a dumper asap just instantiate it, something like this should work:
//... try { $geocoded = Geocoder::geocode('copenhagen'); $dumper = new \Geocoder\Dumper\GpxDumper(); $strGpx = $dumper->dump($geocoded); echo $strGpx; } catch (\Exception $e) { // No exception will be thrown here echo $e->getMessage(); }
@mack-hankins Maybe should we provide a facade factory for dumpers, what do you think ?
@toin0u I think that would be the best approach. I don't know if I have time for a pull request, but your solution worked for now.
Ok let's keep this open and I'll try to find time for that :) Anyway thanks for reporting this ! Merry Christmas :)
This will be available in the next release. :) Should be forthcoming shortly.
Activity
toin0u commentedon Dec 21, 2014
Hi @mack-hankins,
Thanks for your message, why not it can be a good idea actually ? You're welcome to make a PR if you want :)
If you need a dumper asap just instantiate it, something like this should work:
toin0u commentedon Dec 22, 2014
@mack-hankins Maybe should we provide a facade factory for dumpers, what do you think ?
mackhankins commentedon Dec 22, 2014
@toin0u I think that would be the best approach. I don't know if I have time for a pull request, but your solution worked for now.
toin0u commentedon Dec 22, 2014
Ok let's keep this open and I'll try to find time for that :) Anyway thanks for reporting this ! Merry Christmas :)
mikebronner commentedon Oct 1, 2016
This will be available in the next release. :) Should be forthcoming shortly.
8 remaining items