Giter VIP home page Giter VIP logo

ui-leaflet-layers's People

Contributors

eczajk1 avatar elesdoar avatar

Stargazers

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

Watchers

 avatar  avatar

ui-leaflet-layers's Issues

MapQuest

Great plugin, could this be extended to include MapQuest's plugins?

leaflet.markercluster.js incompatibility with ui-leaflet-layers

I try to use this plugin together with leaflet.markercluster.js
but I hit an incompatibility issue:
if you put:
`<script type="text/javascript" src="./node_modules/angular/angular.js" ></script>

<script type="text/javascript" src="./node_modules/leaflet/dist/leaflet.js" /></script> <script type="text/javascript" src="./node_modules/angular-simple-logger/dist/angular-simple-logger.min.js" /></script> <script type="text/javascript" src="./node_modules/leaflet.markercluster/dist/leaflet.markercluster.js" /></script> <script type="text/javascript" src="./node_modules/ui-leaflet/dist/ui-leaflet.js" /></script> <script type="text/javascript" src="./edoz/node_modules/ui-leaflet-layers/dist/ui-leaflet-layers.min.js" /></script>` the plugin stops working

MBTiles map

Is there a way to read data from MBTiles ?

Plugin not working when ng-strict-di is set to true

In case you include ng-strict-di="true" inside your html tag, AngularJS will throw an error:


angular.js:68 Uncaught Error: [$injector:modulerr] Failed to instantiate module MonicaApp due to:
Error: [$injector:modulerr] Failed to instantiate module ui-leaflet due to:
Error: [$injector:strictdi] function($provide) is not using explicit annotation and cannot be invoked in strict mode
http://errors.angularjs.org/1.5.5/$injector/strictdi?p0=function(%24provide)

The solution is to write a proper dependency injection.

i.e., not:

function($provide) {...}

but

['$provide', function($provide) {...}

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.