-
I have a custom plugin that contains a 3rd party jar file and related *.so files for x86 and armeabi-v7a. I'm using the tabris build service and everything compiles correctly (and if I remove the jar …
-
I'd like to put my functions that use the ArcGIS JSAPI in an angular factory whose functions can be called from my controller or other factories. I'm running into problem since all the functions need…
-
using ArcGIS 10.4.1 for desktop (think it is the 32 bit version) version: 10.2.1.5686
using 32 bit version of OSM tools
Tool: Download OSM Data
OpenStreetMap base download URL: http://www.openstreetm…
-
Hi @ThomasEmge ,
I hope I am not bothering you to much with yet another potential issue, but I think there may be an important issue with the ways and relations processing in the new **OSM File Loade…
-
It seems that 'no-conflict' could solve some of my issues that made us write a an addon for loading ember -cli app under real async AMD. See https://github.com/Esri/ember-cli-amd
I don't understand h…
-
For some reason adding RactiveJS with ESRI's Dojo JSAPI library causes an error in the JSAPI library.
Just adding these 2 script tags causes an error.
```
```
ESRI's JSAPI home page.
https://devel…
-
Hi @ThomasEmge ,
I have tried to use the latest build to download and process a section of Berlin again. I used the **Download OSM Data (XAPI)** option to download the data, which worked fine after s…
-
Any chance you can create an example of how to properly include a library like Material-UI into this build process?
-
Could you please suggest what is needed to use Geocoding with Webpack? I have these babel options
```
{
"presets": ["react", "es2015"],
"plugins": ["transform-es2015-spread", "transform-object-re…
varya updated
8 years ago
-
On the README page, there is this sample code:
``` javascript
module.exports = function(defaults) {
var app = new EmberApp(defaults, {
amd :{
loader: 'https://js.arcgis.com/3.15/',
…