Giter Club home page Giter Club logo

iitc-ingress-maxfields-exporter's Introduction

IITC-Ingress-Maxfields-Exporter

  • All pull request shall be made towards development branch.
  • All pull requests shall be verified by codacy
  • If used with the DrawTools plugins, IITC-Ingress-Maxfields-Exporter will use the drawn layers as boundaries.
  • If used with the bookmarks-by-zaso plugin, IITC-Ingress-Maxfields-Exporter can use the bookmarked portals as source instead of the map.

Codacy Badge

NOW SUPPORTS IITC-CE

iitc-ingress-maxfields-exporter's People

Contributors

aavezel avatar andreav92 avatar blaisorblade avatar davidkassa avatar itayo avatar jziolkowski avatar pmodin avatar szliyang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

iitc-ingress-maxfields-exporter's Issues

Uncaught TypeError: polygon.getLatLngs is not a function

When clicking "IMF Export" in latest Chrome and latest IITC, receive the following error in the console:

Uncaught TypeError: polygon.getLatLngs is not a function

And no window is created or displayed. Happy to provide any other information.

Expected an assignment or function call and instead saw an expression.

Codacy detected an issue:

Message: Expected an assignment or function call and instead saw an expression.

Occurred on:

  • Commit: ca9286a
  • File: IngressMaxFields.user.js
  • LineNum: 50
  • Code: ((poly[i].lat <= pt.lat && pt.lat < poly[j].lat) || (poly[j].lat <= pt.lat && pt.lat < poly[i].lat)) && (pt.lng < (poly[j].lng - poly[i].lng) * (pt.lat - poly[i].lat) / (poly[j].lat - poly[i].lat) + poly[i].lng) && (c = !c);

Currently on:

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.