Coder Social home page Coder Social logo

mappable's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mappable's Issues

Invalid Javascript with No Markers on a Map

If no points are drawn on the map then the centre point is not calculated (it is empty). This means that invalid javascript is generated. I guess a sensible default would be 0,0

Convert Project to PSR2

Use phpcs to tweak code, alter scrutinizer config to start complaining about code compliance issues

Upgrading to Google Maps V3 API

hi

With regards to a request from a client, I now have a working copy of Mappable with the google maps API V3 both for the map itself and markers, along with clustering. Do you have a standard test map Uncle Cheese I can use for the other functionality, e.g. lines?

I'll provide a patch once I've retrofitted it into the mainstream Mappable, as I made a number of small changes (e.g. changed the getLatitude in the interface to getMappableLatitude due to a clash with a variable called Latitude in the model)

Regards

Gordon

Plotting Points in South West Quadrant

Line 471 of GoogleMapAPI.php looks problematic

            if(($obj->getLatitude() > 0) || ($obj->getLongitude() > 0)) {

I assume this is meant to be checking for null points. However if both points are negative, then this will also fail the check. As such I think it should be != 0 instead of >0 for the coordinate checks above

Regards

Gordon

Invalid Javascript with No Markers on a Map

If no points are drawn on the map then the centre point is not calculated (it is empty). This means that invalid javascript is generated. I guess a sensible default would be 0,0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.