Add dynamic URL to Leaflet iconUrl The Next CEO of Stack OverflowGet GeoJson feature by ID and...

Simplify trigonometric expression using trigonometric identities

pgfplots: How to draw a tangent graph below two others?

Is it okay to majorly distort historical facts while writing a fiction story?

Cannot restore registry to default in Windows 10?

Is it OK to decorate a log book cover?

Would a grinding machine be a simple and workable propulsion system for an interplanetary spacecraft?

Salesforce opportunity stages

Upgrading From a 9 Speed Sora Derailleur?

Calculate the Mean mean of two numbers

Another proof that dividing by 0 does not exist -- is it right?

Is it possible to make a 9x9 table fit within the default margins?

Calculating discount not working

What is the difference between 'contrib' and 'non-free' packages repositories?

How does a dynamic QR code work?

Man transported from Alternate World into ours by a Neutrino Detector

That's an odd coin - I wonder why

The sum of any ten consecutive numbers from a fibonacci sequence is divisible by 11

Is a linearly independent set whose span is dense a Schauder basis?

Can I cast Thunderwave and be at the center of its bottom face, but not be affected by it?

Why do we say “un seul M” and not “une seule M” even though M is a “consonne”?

logical reads on global temp table, but not on session-level temp table

How should I connect my cat5 cable to connectors having an orange-green line?

Raspberry pi 3 B with Ubuntu 18.04 server arm64: what pi version

Strange use of "whether ... than ..." in official text



Add dynamic URL to Leaflet iconUrl



The Next CEO of Stack OverflowGet GeoJson feature by ID and zoom on entityChange anchor of leaflet iconresize divIcons (svgs) at zoom levels - LeafletLeaflet / JQuery -cannot add or remove class to divIcon markerHow to show/hide markers that are inside a function using js?MarkerCluster don't work with geojson layer in leafletDynamically Change Leaflet PopUp BackgroundDifferent popup for every polygon (leaflet)How to show marker information into a tabAdding a custom hyperlink popup with geojson data












0















I need to custom icon for my app . One icon for a group of markers. I add a URL for each icone and I don't know how to add it dynamically to my iconUrl. It to change for each select.



Here is my code : I tried this but I don't even know if it works!



function displayIconByCAt(iconUrl) {
console.log(iconUrl);

var data = iconUrl.toString(data);
console.log(data);
createNewIcon(data);
}
function createNewIcon(data){
var iconMarkers = L.icon({
iconUrl:'',
iconSize: [38, 38], // size of the icon

iconAnchor: [22, 94], // point of the icon which will correspond to marker's location

popupAnchor: [-3, -76] // point from which the popup should open relative to the iconAncho
})
var iconNew = iconUrl;
var value = data;

console.log(iconNew);
console.log(value);

iconMarkers [iconNew] = value;

console.log(iconMarkers[iconNew]);

}
console.log(iconMarkers);









share|improve this question









New contributor




KaCreation is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    I need to custom icon for my app . One icon for a group of markers. I add a URL for each icone and I don't know how to add it dynamically to my iconUrl. It to change for each select.



    Here is my code : I tried this but I don't even know if it works!



    function displayIconByCAt(iconUrl) {
    console.log(iconUrl);

    var data = iconUrl.toString(data);
    console.log(data);
    createNewIcon(data);
    }
    function createNewIcon(data){
    var iconMarkers = L.icon({
    iconUrl:'',
    iconSize: [38, 38], // size of the icon

    iconAnchor: [22, 94], // point of the icon which will correspond to marker's location

    popupAnchor: [-3, -76] // point from which the popup should open relative to the iconAncho
    })
    var iconNew = iconUrl;
    var value = data;

    console.log(iconNew);
    console.log(value);

    iconMarkers [iconNew] = value;

    console.log(iconMarkers[iconNew]);

    }
    console.log(iconMarkers);









    share|improve this question









    New contributor




    KaCreation is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      I need to custom icon for my app . One icon for a group of markers. I add a URL for each icone and I don't know how to add it dynamically to my iconUrl. It to change for each select.



      Here is my code : I tried this but I don't even know if it works!



      function displayIconByCAt(iconUrl) {
      console.log(iconUrl);

      var data = iconUrl.toString(data);
      console.log(data);
      createNewIcon(data);
      }
      function createNewIcon(data){
      var iconMarkers = L.icon({
      iconUrl:'',
      iconSize: [38, 38], // size of the icon

      iconAnchor: [22, 94], // point of the icon which will correspond to marker's location

      popupAnchor: [-3, -76] // point from which the popup should open relative to the iconAncho
      })
      var iconNew = iconUrl;
      var value = data;

      console.log(iconNew);
      console.log(value);

      iconMarkers [iconNew] = value;

      console.log(iconMarkers[iconNew]);

      }
      console.log(iconMarkers);









      share|improve this question









      New contributor




      KaCreation is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I need to custom icon for my app . One icon for a group of markers. I add a URL for each icone and I don't know how to add it dynamically to my iconUrl. It to change for each select.



      Here is my code : I tried this but I don't even know if it works!



      function displayIconByCAt(iconUrl) {
      console.log(iconUrl);

      var data = iconUrl.toString(data);
      console.log(data);
      createNewIcon(data);
      }
      function createNewIcon(data){
      var iconMarkers = L.icon({
      iconUrl:'',
      iconSize: [38, 38], // size of the icon

      iconAnchor: [22, 94], // point of the icon which will correspond to marker's location

      popupAnchor: [-3, -76] // point from which the popup should open relative to the iconAncho
      })
      var iconNew = iconUrl;
      var value = data;

      console.log(iconNew);
      console.log(value);

      iconMarkers [iconNew] = value;

      console.log(iconMarkers[iconNew]);

      }
      console.log(iconMarkers);






      leaflet javascript jquery cordova






      share|improve this question









      New contributor




      KaCreation is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      KaCreation is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 6 mins ago









      Vince

      14.8k32849




      14.8k32849






      New contributor




      KaCreation is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 56 mins ago









      KaCreationKaCreation

      1




      1




      New contributor




      KaCreation is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      KaCreation is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      KaCreation is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "79"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          KaCreation is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f317424%2fadd-dynamic-url-to-leaflet-iconurl%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          KaCreation is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          KaCreation is a new contributor. Be nice, and check out our Code of Conduct.













          KaCreation is a new contributor. Be nice, and check out our Code of Conduct.












          KaCreation is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Geographic Information Systems Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f317424%2fadd-dynamic-url-to-leaflet-iconurl%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Щит и меч (фильм) Содержание Названия серий | Сюжет |...

          is 'sed' thread safeWhat should someone know about using Python scripts in the shell?Nexenta bash script uses...

          Meter-Bus Содержание Параметры шины | Стандартизация |...