<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Something wrong with esri.github.io/bootstrap-map-js in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/something-wrong-with-esri-github-io-bootstrap-map/m-p/1044105#M72366</link>
    <description>&lt;P&gt;Hi AndyGup,&lt;BR /&gt;&lt;BR /&gt;Thanks for your answer. One of the functions of the web is: when you click on a button,&lt;BR /&gt;a window was opened in which you entered the coordinates (latitude and longitude) of a&lt;BR /&gt;point and placed it on the map.&amp;nbsp;I don't remember what could be done with the Web Framework CSS - Bootstrap-map-js&lt;BR /&gt;(github.com/esri/bootstrap-map-js)&lt;BR /&gt;&lt;BR /&gt;Thank you so much&lt;/P&gt;</description>
    <pubDate>Tue, 06 Apr 2021 08:56:45 GMT</pubDate>
    <dc:creator>SilviaP</dc:creator>
    <dc:date>2021-04-06T08:56:45Z</dc:date>
    <item>
      <title>Something wrong with esri.github.io/bootstrap-map-js</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/something-wrong-with-esri-github-io-bootstrap-map/m-p/1041879#M72266</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I developed a web app and it is currently giving an error about esri bootstrap reference. It is as if it does not exist or cannot find it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The error is the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;bootstrapmap.css:1 Failed to load resource: the server responded with a status of 404 (Not Found) (&lt;A href="http://esri.github.io/bootstrap-map-js/src/css/bootstrapmap.css" target="_blank"&gt;http://esri.github.io/bootstrap-map-js/src/css/bootstrapmap.css&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Part of the code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;BR /&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;lt;meta charset="utf-8"&amp;gt;&lt;BR /&gt;&amp;lt;meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Estaciones climatológicas AEMET&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- Web Framework CSS - Bootstrap (getbootstrap.com) and Bootstrap-map-js (github.com/esri/bootstrap-map-js) --&amp;gt;&lt;BR /&gt;&amp;lt;link rel="stylesheet" href="&lt;A href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" target="_blank"&gt;https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css&lt;/A&gt;" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"&amp;gt;&lt;BR /&gt;&amp;lt;link rel="stylesheet" href="//esri.github.io/bootstrap-map-js/src/css/bootstrapmap.css"&amp;gt;&lt;BR /&gt;&amp;lt;link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css"&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;lt;style&amp;gt;&lt;BR /&gt;html,&lt;BR /&gt;body,&lt;BR /&gt;#viewDiv {&lt;BR /&gt;padding: 0;&lt;BR /&gt;margin: 0;&lt;BR /&gt;height: 97.65%;&lt;BR /&gt;width: 100%;&lt;BR /&gt;font-family: "Avenir Next W00";&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;#titleDiv {&lt;BR /&gt;position: relative;&lt;BR /&gt;height: 55px;&lt;BR /&gt;width: 100%;&lt;BR /&gt;display: flex;&lt;BR /&gt;justify-content: space-between;&lt;BR /&gt;color: #f8f8f8;&lt;BR /&gt;background: #464646;&lt;BR /&gt;z-index: 1;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;#title {&lt;BR /&gt;margin: 15px;&lt;BR /&gt;font-size: 20px;&lt;BR /&gt;overflow: hidden;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;.topnav {&lt;BR /&gt;overflow: hidden;&lt;BR /&gt;background-color: #333;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;/* Style the topnav links */&lt;BR /&gt;.topnav a {&lt;BR /&gt;float: right;&lt;BR /&gt;display: block;&lt;BR /&gt;color: #f2f2f2;&lt;BR /&gt;text-align: center;&lt;BR /&gt;padding: 18px 20px;&lt;BR /&gt;text-decoration: none;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;/* Change color on hover */&lt;BR /&gt;.topnav a:hover {&lt;BR /&gt;background-color: #ddd;&lt;BR /&gt;color: black;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;/*.esri-ui-corner .esri-widget--panel {&lt;BR /&gt;width: 300px;&lt;BR /&gt;min-height: 32px;&lt;BR /&gt;}*/&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;.botonIconoMarker{&lt;BR /&gt;border: 0.2px solid ##9e9e9e;&lt;BR /&gt;padding-left: 10px;&lt;BR /&gt;padding-right: 23px;&lt;BR /&gt;padding-top: 23px;&lt;BR /&gt;padding-bottom: 15px;&lt;BR /&gt;border-radius: 10px;&lt;BR /&gt;position: relative;&lt;BR /&gt;box-sizing: border-box;&lt;BR /&gt;cursor:pointer;&lt;BR /&gt;background: url(http://localhost/Estaciones_climatologicas_AEMET/Iconos/Marker.png) no-repeat 0 0&lt;BR /&gt;/*background: url(/Iconos/Marker.png) no-repeat 0 0*/&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;.botonIconoMarker:disabled,&lt;BR /&gt;.botonIconoMarker[disabled] {&lt;BR /&gt;opacity: 0.6;&lt;BR /&gt;cursor: not-allowed;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;.botonIcono:hover{&lt;BR /&gt;opacity:0.6;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;.botonIconoMarker:active{&lt;BR /&gt;box-shadow: 0 5px #666;&lt;BR /&gt;transform: translateY(4px);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;.botonIconoEscoba{&lt;BR /&gt;border: 0.2px solid ##9e9e9e;&lt;BR /&gt;padding-left: 10px;&lt;BR /&gt;padding-right: 23px;&lt;BR /&gt;padding-top: 23px;&lt;BR /&gt;padding-bottom: 15px;&lt;BR /&gt;border-radius: 10px;&lt;BR /&gt;position: relative;&lt;BR /&gt;box-sizing: border-box;&lt;BR /&gt;cursor:pointer;&lt;BR /&gt;background: url(http://localhost/Estaciones_climatologicas_AEMET/Iconos/Escoba.jpg) no-repeat 0 0&lt;BR /&gt;/*background: url(/Iconos/Escoba.jpg) no-repeat 0 0*/&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;.botonIconoEscoba:hover{&lt;BR /&gt;opacity:0.6;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;.botonIconoEscoba:active{&lt;BR /&gt;box-shadow: 0 5px #666;&lt;BR /&gt;transform: translateY(4px);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;.panel{&lt;BR /&gt;position: absolute;&lt;BR /&gt;top: 10%;&lt;BR /&gt;left: 50%;&lt;BR /&gt;transform: translateX(-50%) translateY(-10%);&lt;BR /&gt;border-color: #464646;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;.panel &amp;gt; .panel-heading {&lt;BR /&gt;background-color: #464646;&lt;BR /&gt;color: #ffffff;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;.close {&lt;BR /&gt;line-height: 0.8;&lt;BR /&gt;text-shadow: 0 0.0px 0 #fff;&lt;BR /&gt;color: #fff;&lt;BR /&gt;opacity: 0.5;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/*.esri-layer-list__list(1) {&lt;BR /&gt;display:none;&lt;BR /&gt;})*/&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;link rel="stylesheet" href="&lt;A href="https://js.arcgis.com/4.6/esri/css/main.css" target="_blank"&gt;https://js.arcgis.com/4.6/esri/css/main.css&lt;/A&gt;"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;script src="&lt;A href="https://community.esri.com/" target="_blank"&gt;https://js.arcgis.com/4.6/"&amp;gt;&amp;lt;/script&lt;/A&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/head&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;script&amp;gt;................&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody help me, please?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 10:19:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/something-wrong-with-esri-github-io-bootstrap-map/m-p/1041879#M72266</guid>
      <dc:creator>SilviaP</dc:creator>
      <dc:date>2021-03-30T10:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Something wrong with esri.github.io/bootstrap-map-js</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/something-wrong-with-esri-github-io-bootstrap-map/m-p/1041963#M72277</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/93295"&gt;@SSilva&lt;/a&gt;,&amp;nbsp;the&amp;nbsp;&lt;A href="https://github.com/Esri/bootstrap-map-js" target="_blank" rel="noopener"&gt;https://github.com/Esri/bootstrap-map-js&lt;/A&gt;&amp;nbsp;project isn't being maintained, there are newer approaches. If you can provide more information on what you are trying to do, maybe we can point you in a better direction?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 15:10:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/something-wrong-with-esri-github-io-bootstrap-map/m-p/1041963#M72277</guid>
      <dc:creator>AndyGup</dc:creator>
      <dc:date>2021-03-30T15:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Something wrong with esri.github.io/bootstrap-map-js</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/something-wrong-with-esri-github-io-bootstrap-map/m-p/1044105#M72366</link>
      <description>&lt;P&gt;Hi AndyGup,&lt;BR /&gt;&lt;BR /&gt;Thanks for your answer. One of the functions of the web is: when you click on a button,&lt;BR /&gt;a window was opened in which you entered the coordinates (latitude and longitude) of a&lt;BR /&gt;point and placed it on the map.&amp;nbsp;I don't remember what could be done with the Web Framework CSS - Bootstrap-map-js&lt;BR /&gt;(github.com/esri/bootstrap-map-js)&lt;BR /&gt;&lt;BR /&gt;Thank you so much&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 08:56:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/something-wrong-with-esri-github-io-bootstrap-map/m-p/1044105#M72366</guid>
      <dc:creator>SilviaP</dc:creator>
      <dc:date>2021-04-06T08:56:45Z</dc:date>
    </item>
  </channel>
</rss>

