Code Monkey home page Code Monkey logo

Comments (4)

iamalexly avatar iamalexly commented on July 22, 2024 2

Hi @yakatz,

Two solutions until a patch is released : The wrong files import are located into the _leaflet.scss file.

First solution (easy way) :

Edit the file ./assets/scss/argon-dashboard/plugins/pro/_leaflet.scss and remove the 3 wrong imports :

// ./assets/scss/argon-dashboard/plugins/pro/_leaflet.scss

...

366. .leaflet-control-layers-toggle {
367.   background-image: url(images/layers.png);
368.   width: 36px;
369.   height: 36px;
370. }
371. .leaflet-retina .leaflet-control-layers-toggle {
372.	  background-image: url(images/layers-2x.png);
373.	  background-size: 26px 26px;
374.	}

...

411. /* Default icon URLs */
412. .leaflet-default-icon-path {
413.	  background-image: url(images/marker-icon.png);
414.	}

Second solution (beauty way) :

Download the 3 following files from this source : https://github.com/Leaflet/Leaflet/tree/master/dist/images

Then create a images folder into ./assets/scss/argon-dashboard/plugins/pro/ and move the previously uploaded images to this folder.

I hope this helps you to solve the problem.

from ct-argon-dashboard-pro.

rarestoma avatar rarestoma commented on July 22, 2024

Hi @yakatz,

Thank you for working with our products.

I just added it to the 'to do' list for the next update.

Best regards,
Rares

from ct-argon-dashboard-pro.

skiat avatar skiat commented on July 22, 2024

Hi @yakatz,

Thank you for working with our products.

I just added it to the 'to do' list for the next update.

Best regards, Rares

Wow that is a fantastic news! Are you really planning to release the next version with support for laravel mix as replacement of the old gulp?
Any ETA?

from ct-argon-dashboard-pro.

rarestoma avatar rarestoma commented on July 22, 2024

Hi @skiat,

Thank you for working with our products.

This change will be proposed in the next update discussion, but we are not sure that we will change this.

Best regards,
Rares

from ct-argon-dashboard-pro.

Related Issues (20)

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.