Cette carte interactive a été générée grâce à l'app embedMap : https://www.owlapps.net/modules/owlapps_apps/embedmap




Voilà le code HTML d'intégration correspondant à la carte interactive ci-dessus !

  <script src = "https://www.owlapps.net/modules/owlapps_apps/embedmap/main.js" language="javascript" defer></script>
  <iframe name="Customize Bing Maps layers"  data-owlappslayers = '[
    {
      "type":"wms",
      "name":"Planet Namek",
      "url" : "https://www.owlapps.net/test_gbfilter_bmaps.php?TILECOL={x}&TILEROW={y}&TILEMATRIX={z}",
      "gbstyle": 3,
      "checked": "yes", 
      "attribution" : "Akira Toriyama" 
    },
    {
      "type":"wms",
      "name":"Red seas",
      "url" : "https://www.owlapps.net/test_gbfilter_bmaps.php?TILECOL={x}&TILEROW={y}&TILEMATRIX={z}",
      "gbstyle": 4,
      "attribution" : "CCP"
    }
  ]' style = "border:none;width:100%;min-height:350px;height:80%;" data-owlappsmap = "yes" >

    <?xml version="1.0" encoding="UTF-8"?>
      
      <kml xmlns="http://www.opengis.net/kml/2.2">
       
      <Document>
      
        <Snippet>
        
          <![CDATA[
            Customize Bing Maps Layers colorway: <a target="_blank" href="https://learn.microsoft.com/en-us/bingmaps/articles/custom-map-styles-in-bing-maps?redirectedfrom=MSDN" > https://learn.microsoft.com/en-us/bingmaps/articles/custom-map-styles-in-bing-maps?redirectedfrom=MSDN </a>, only the short form version and the string formatted version are supported.
            <br/>
            Software: <a target="_blank" href="https://www.microsoft.com/en-us/p/map-style-sheet-editor/9nbhtcjt72ft#activetab=pivot:overviewtab" >https://www.microsoft.com/en-us/p/map-style-sheet-editor/9nbhtcjt72ft#activetab=pivot:overviewtab</a> , i did not try it.
            <br/>
            Some color palettes: <a target="_blank" href="https://www.color-hex.com/color-palettes/" >https://www.color-hex.com/color-palettes/</a>
            <br/>
            Set language/culture, available values list: <a target="_blank" href="https://learn.microsoft.com/en-us/bingmaps/rest-services/common-parameters-and-types/supported-culture-codes" >https://learn.microsoft.com/en-us/bingmaps/rest-services/common-parameters-and-types/supported-culture-codes</a>
          ]]> 
          
        </Snippet>
         
        <Placemark>
          <name>Saint-Benoît (97410)</name>
          <Point>
            <coordinates> 55.53404,-21.13098 </coordinates>
          </Point>
        </Placemark>
        
      </Document>
      
    </kml>
    
  </iframe>
  


test_gbfilter_bmaps.php:
  <?php
    
    /*
      
      This code is not freely accessible,
      its cost is 14 euro payable via Paypal.
      Contact first: owlappsnet@gmail for further clarification.
 
      
    */
      
  ?>