dynamic / silverstripe-locator

SilverStripe Locator Module. Show locations on a map. Search by geoposition.
http://www.dynamicagency.com/labs/silverstripe-locator-module/
BSD 3-Clause "New" or "Revised" License
21 stars 7 forks source link

Fixed LocatorController using AddressDataExtension instead of Distanc… #175

Closed mak001 closed 6 years ago

mak001 commented 6 years ago

…eDataExtension

made LocatorController->getAddressSearchCoords() return ArrayData instead of string

codecov[bot] commented 6 years ago

Codecov Report

Merging #175 into master will increase coverage by 0.81%. The diff coverage is 78.26%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #175      +/-   ##
============================================
+ Coverage     71.72%   72.54%   +0.81%     
  Complexity       82       82              
============================================
  Files             7        7              
  Lines           290      295       +5     
============================================
+ Hits            208      214       +6     
+ Misses           82       81       -1
Impacted Files Coverage Δ Complexity Δ
src/pages/Locator.php 96.77% <100%> (ø) 19 <1> (ø) :arrow_down:
src/pages/LocatorController.php 57.5% <37.5%> (+2.71%) 32 <0> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 14bd8a5...9e480ae. Read the comment docs.