|
POST
|
Tough to to tell, that service isn't public. You do have spatialReference misspelled in a few places though. Also, if you are using a non-webmercator spatialReference, you can't use the basemap strings, you have to create an empty map.
... View more
03-02-2017
11:46 AM
|
1
|
1
|
1838
|
|
POST
|
You may have dojoConfig.isDebug = true in your app. We used this in 3.19, but it will not do so in 3.20.
... View more
03-02-2017
10:49 AM
|
1
|
1
|
7055
|
|
POST
|
The Widget dev will be the biggest thing, that's why we didn't doc custom widget dev until now. There are going to be more changes and updates, but if we don't doc it, we don't recommend it. In next the release, we are also adding a guide to help new users set up a TypeScript development environment. Here is a demo app I put together that shows a Widget with a ViewModel. ViewModels are basically just extending Accessor. You could write a ViewModel without TypeScript and just implement Accessor in regular JavaScript. GitHub - odoe/esrijs4-ts-demo Here is a sample widget in our Widget framework. esrijs4-ts-demo/summary.tsx at master · odoe/esrijs4-ts-demo · GitHub If you are not comfortable using TypeScript for development, you don't need to use our widget framework. It doesn't provide any advantage or integration with the API in any way. It just happens to be what we use. We also need to provide the doc for other teams external to the JSAPI team that write widgets. But I could have easily written this in regular JavaScript without our widget framework, just using a ViewModel that implements Accessor to watch for updates. I have similar samples here in regular JavaScript. GitHub - odoe/gen4: Sample EsriJS 4 Application from generator-arcgis-js-app GitHub - odoe/esrijs4-vt-palette: Demo app of using Color Palettes with Vector Tiles
... View more
02-09-2017
08:23 AM
|
3
|
1
|
2934
|
|
POST
|
The esri/widgets/Widgette module will be removed in a future release as more out-of-the-box widgets are transitioned to our Widget framework. We have a guide on using Accessor in both TypeScript and JavaScript. This does not apply to our Widget development due to the heavy use of JSX. You can technically write the HyperScript yourself, but it's cumbersome and not something we recommend. It's important to note, the ViewModels of our widgets are what contains the business logic. So you can write your custom widgets in any manner you like, using a framework of your choosing, web components or plain JavaScript components.
... View more
02-07-2017
08:03 AM
|
2
|
4
|
2934
|
|
POST
|
In 4.2, we introduced the ElevationLayer Query API ElevationLayer | API Reference | ArcGIS API for JavaScript 4.2 Query Elevation (Points) | ArcGIS API for JavaScript 4.2 I think that will do what you are looking for.
... View more
01-24-2017
05:37 PM
|
1
|
1
|
1642
|
|
POST
|
I just wrote about this. Quick Tip - Clone in ArcGIS JSAPI - odoenet Here is a demo app JS Bin - Collaborative JavaScript Debugging It's not real editing, but can be useful.
... View more
01-24-2017
05:32 PM
|
1
|
0
|
1964
|
|
POST
|
Are you looking for urlUtils.urlToObject()? urlUtils | API Reference | ArcGIS API for JavaScript 4.2 urlUtils.urlToObject("https://developers.arcgis.com/javascript/3/samples/exp_history/?parceled=191940200");
/** outputs
{
"path": "https://developers.arcgis.com/javascript/3/samples/exp_history/",
"query": {
"parceled": "1919402007"
}
}
**/
... View more
01-24-2017
04:57 PM
|
1
|
1
|
2344
|
|
POST
|
Just tried, works for me. Was there a specific one not working? Do you have a link? Thanks
... View more
01-21-2017
12:32 PM
|
0
|
2
|
1475
|
|
POST
|
If you have a layer(s) that can have overlapping features, your best bet is to use the mapPoint you get from the view click and do a QueryTask on each layer. You can use dojo/promise/all to wait for all the queries to finish and do it that way.
... View more
01-17-2017
08:44 AM
|
1
|
3
|
7231
|
|
POST
|
4.2 introduced a new widget framework that you could use if you wanted to. Widget development | ArcGIS API for JavaScript 4.2 Besides that, UI development is completely up to you. We have a sample using Angular 2 and React. The use of ViewModels and Accessor make it possible for you to build a UI in just about anything. Here are some links off the top of my head. Couple of Esri videos: Choosing Frameworks - Home | Esri Video Using Frameworks - Home | Esri Video Other resources: View Models in ArcGIS JS API - odoenet Custom Widgets in the ArcGIS API for JavaScript - odoenet GitHub - Esri/angular-esri-map: A collection of directives to help you use Esri maps and services in your Angular applic… GitHub - Esri/esri-system-js: Load ArcGIS API for JavaScript modules using SystemJS GitHub - Esri/calcite-maps: A theme for Bootstrap for designing, styling and creating modern map apps To summarize, there is a new widget framework that is part of 4.2 that you can use and I'm pretty excited about it! But the ability to build a UI in just about any other Framework of your choice is fairly straightforward as well.
... View more
01-11-2017
03:35 PM
|
1
|
0
|
1066
|
|
POST
|
Looks like a future version of Collector will support Arcade expressions. According to the blog post, you'll see Arcade support coming to more apps coming up. Over time you’ll start to see Arcade supported in more apps, and it will crop up in more places to enable you to do more than just customize the presentation of your data. We have some really exciting things planned so stay tuned. I don't have any timeframes though.
... View more
01-06-2017
02:01 PM
|
1
|
1
|
3686
|
|
POST
|
Checked on a smaller screen, happens when you scroll down. I'll pass it on.
... View more
12-16-2016
12:49 PM
|
0
|
1
|
2003
|
|
POST
|
What browser are you using? I'm not seeing any issue with popups or zoom using the latest fiddles you provided in Chrome, Firefox or Safari.
... View more
12-16-2016
11:12 AM
|
0
|
4
|
2003
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 2 weeks ago | |
| 1 | 07-17-2026 10:17 AM | |
| 2 | 07-22-2026 11:24 AM | |
| 2 | 05-19-2026 02:12 PM | |
| 1 | 04-24-2026 11:01 AM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|