Esri / bootstrap-map-js

A light-weight JS/CSS extension for building awesome mapping apps with Bootstrap and ArcGIS.
http://esri.github.io/bootstrap-map-js/demo/index.html
Apache License 2.0
365 stars 392 forks source link

Url boostrap-map-js error 404 #163

Open mariajosemontoya opened 3 years ago

mariajosemontoya commented 3 years ago

The page https://esri.github.io/bootstrap-map-js/src/js/bootstrapmap.js is not available. It shows the error 404 site not found. Why?

andygup commented 3 years ago

@mariajosemontoya this project isn't being maintained. If you can provide more info on your requirements we can direct you to a more appropriate direction?

mapwoman93 commented 3 years ago

I had to same issue today. Were you able to resolve it? I found bootstrapmap.js here: https://github.com/Esri/bootstrap-map-js/tree/master/src/js but I wasn't able to simple copy and replace in my project. Now I get the error: BootstrapMap.create is not a function. Any idea what is going on?

mariajosemontoya commented 3 years ago

@mariajosemontoya this project isn't being maintained. If you can provide more info on your requirements we can direct you to a more appropriate direction?

@andygup We are developing a prorotype for a web application with a arcgis.com map. The web application uses bootstrap, so we use that library. Could we get rid of that library and use directly ArcGIS JS API and still get a responsive app? Has the JS API included all the features from that bootstrap library?

andygup commented 3 years ago

Could we get rid of that library and use directly ArcGIS JS API and still get a responsive app?

I can't offer any advice on your existing library, but I can definitely say yes the JS API 4.x map and widgets are designed to be responsive. The most obvious example is popups.

Has the JS API included all the features from that bootstrap library?

JS API 4.x now includes some of these responsive features as related to the mapping UI components. However, for building additional UI components outside of the map, you might also take a look here: https://github.com/Esri/calcite-components.

jgravois commented 3 years ago

as mentioned in the README, the project which superseded this one is https://github.com/Esri/calcite-maps.

this repo should be archived.

andygup commented 3 years ago

Calcite maps is also deprecated. I don't recommend using it. We'll get this README updated.