VichGeographicalBundle icon indicating copy to clipboard operation
VichGeographicalBundle copied to clipboard

A Symfony2 bundle which provides geographical features for ORM and ODM entities and object oriented javascript maps rendering.

Results 14 VichGeographicalBundle issues
Sort by recently updated
recently updated
newest added

Leaflet renderer uses servers from CloudMade, that works only with enterprise plans since May 1st 2014 (http://cloudmade.com/support/).

Is there any recommended way to disable lookup based on any sort of criteria? For example, when running unit tests I don't want the Google map lookup to fire (since...

- added new key in config in order to restrict to one the markers' infowindow opened in a google map The default behaviour of an infowindow of a marker is...

It's a pitty to ask a dev flavour in composer.json

You can now use {{ vichgeo_map() }} and {{ vichgeo_map_for() }} using Map instances as argument. So you can avoid service definitions.

Hi, Is it possible to generate dynamic map with only Latitude / Longitude from entity and no function getAddress() ? I get Latitude and Longitude from GPS and not from...

Hi, i have this error and in other issue was resolved, but not for me! ``` php Stack Trace in /home/iraqexcavations/iraq_bootstrap/vendor/vich/geographical-bundle/Vich/GeographicalBundle/EventListener/GeographicalListener.php at line 110 -+ } if (null === $geoQuery)...

Hi, I would like to know if you would be interested by an integration of https://github.com/willdurand/BazingaGeocoderBundle on this bundle. QueryService at this moment supports only Google. Since Geocoder is the...

Does VichGeographicalBundle support marker clustering?