|
POST
|
Unfortunately, I don't think this kind of fallback approach would be possible without custom coding, Claire.
... View more
01-18-2016
07:59 AM
|
0
|
0
|
1725
|
|
POST
|
Generally on my end, I'm seeing good behavior in 1.3, so I want to investigate what you guys are running into. Barnaby, please send along some details from your end via email; If you can zip up a version of your app and send it along to me as an attachment, all the better. I haven't encountered your particular issue, Jin. Did you follow the layerInfos.js change outlined on the github page? cmndrbensisko/LocalLayer · GitHub Max, unfortunately I don't have a 'tick all' box in that menu, but that would be a great enhancement. I can add it to the 10.3 rollout. In the meantime, if you want to be sneaky, when you have that popup menu open in your browser, hit the F12 key and look for a 'console' that lets you enter Javascript commands. Paste the following snippet into that console and hit Enter to select all your checkboxes, var ele = document.querySelectorAll("input[type=checkbox]");for(var i=0;i<ele.length;i++){ele.checked=true;} Regarding time-enabled layers, I've honestly never tested it. Give it a try on your end, and let us know if the widget handles it! If you have a time-enabled layer on a public server that you don't mind me poking for testing purposes, let me know. If you're having issues with the 1.3 Attribute Table widget not displaying any of the LocalLayerWidget layers in a new map, this appears to be due to an odd change made to how the AttributeTable reads the current Map Layers. In 1.2, it would read any layers added to the map by default, whether from ArcGIS Online or the LocalLayerWidget. In 1.3, it seems to only read ArcGIS Online layers by default. Fortunately, this can be fixed in\widgets\AttributeTable\setting\Setting.js in either your stemapp or an individual 1.3 app. I'll update the documentation once we have all the other upgrade issues straightened out, but it seems to be as simple as changing line 375 from: utils.readConfigLayerInfosFromMap(this.map, true, true) to utils.readConfigLayerInfosFromMap(this.map, false, true) Changing that first 'true' to a 'false' will tell the menu to read all layers from the map as normal, instead of just ArcGIS Online layers. changing the second 'true' to a 'false' will let the Attribute Table include MapNotes layers from AGOL WebMaps.
... View more
01-13-2016
01:25 PM
|
0
|
4
|
1509
|
|
POST
|
Thanks for being the guinea pig on this, Barnaby. I'll take a look at the widget's compatibility over the holidays, and hopefully it won't require any substantial changes.
... View more
12-17-2015
09:12 AM
|
2
|
0
|
1509
|
|
POST
|
I'm glad you're finding the tool useful, Ramon. We've been adding functionality on an as-needed basis, but I can certainly see the benefit of being able to use WMS/WFS/WMTS layers in the application. I'm wondering how well these services would cooperate with the other Widgets like the Legend and Attribute Table. I'll add it to the list of enhancements to investigate for the next release.
... View more
12-03-2015
06:50 AM
|
1
|
1
|
1310
|
|
POST
|
I think you still need to have those two values uncommented, Allen. The Locator Field Name that gives the locator's type is called "Addr_type", whether or not the locator is participating in a Composite Locator. Try the configuration below; Locators: [{ DisplayText: "Search Address", //Set placeholder text DefaultValue: "201 N STONE AV", // Set default address to search. LocatorParameters: ["SingleKey"], // Set Locator fields (fields to be used for searching). LocatorURL: "https://maps2.tucsonaz.gov/arcgis/rest/services/GISDATA_ADPARCEL_ADDRESS_MATCHER_WEB/GeocodeServer", CandidateFields: "Score, Match_addr, Ref_ID, Addr_type", //Set which fields are returned in results DisplayField: "${Match_addr}", //Set which field from results is displayed AddressMatchScore: 80, //Set minimum score to be considered a match LocatorFieldName: 'Addr_type',//The returned field which specifies match type (specific locator within composite) LocatorFieldValues: ["Address", "Addr", "Address_1", "Customer_Address"] //List of acceptable individual locators (within composite) }]
... View more
11-23-2015
07:06 AM
|
0
|
6
|
1725
|
|
POST
|
I'm glad you find it useful, Barnaby! A future release might better show the nesting of grouplayers as well. I've put up a hotfix for the single layer bug you found, and updated the manifest file. Version 1.2.2 is now available.
... View more
11-17-2015
05:25 AM
|
0
|
0
|
1310
|
|
POST
|
For those who might find it useful, I've released a new widget for the ArcGIS Web AppBuilder. Occasionally I'll find that I want to display a certain Sublayer from within a MapService to a user, but to prevent information overload, I don't want all the other layers of that MapService being displayed to the user in my Layer List Widget. I want the advantages of still using a Dynamic MapService (IE Server-side rendering), so I don't want to just add the subLayers as individual Feature Layers. For these cases, I've tweaked the existing LayerList Widget slightly into the LayerListLite widget, which will only display SubLayers in Dynamic MapServices which have either been toggled as visible by default, or are configured to use a popup. This way, non-important sublayers are not made visible to the user. https://github.com/cmndrbensisko/LayerListLite This tool was originally developed for user with the LocalLayer widget, but it should work with ArcGIS Online WebMap layers as well.
... View more
11-16-2015
05:53 AM
|
0
|
1
|
3020
|
|
POST
|
Version 1.2.1 has officially been released, with the following improvements: Experimental geoJSON Support (Currently only supports point geometries which contain a single geoJson-compliant schema (http://geojson.org/geojson-spec.html), as well as some Non-standard JSON Arrays which include Lat/Long keys) WebMapTile support, including the ability to add these as either Tile Layers or Basemaps Reintroduced Sublayer Visibility in Dynamic MapServices Note that now you have the ability to toggle the default visibility of grouplayers. Grouplayers appear in the configuration table in Bold. While existing configuration files should be compatible with this latest version of the widget, you will need to re-configure any Dynamic Layers that include GroupLayers to toggle any GroupLayer visibility, or they will be off by default. The ability to set MinScale and MaxScale for added layers. Any and all feedback is welcome, feel free to get in touch with me directly by email if you run into any issues with the latest version. Releases · cmndrbensisko/LocalLayer · GitHub
... View more
11-16-2015
05:44 AM
|
0
|
2
|
1197
|
|
POST
|
Let's try this the other way around, first. Would you be able to give me the address of the geoJson feed you're trying to import?
... View more
11-06-2015
12:02 PM
|
0
|
2
|
1197
|
|
POST
|
I received your e-mail, and was able to replicate your configuration for the Esri 2014 Geographic Data layer. I'll let you be the final judge, but results with the latest version of the candidate were positive; Your layers seemed to show up properly, and ticking the appropriate layers on or off in the layer list resulted in the appropriate layers toggling on the map. I'm not sure why your particular environment is spinning so much, though. You might have a sluggish MapServer in your configuration, perhaps.
... View more
11-05-2015
11:19 AM
|
0
|
1
|
1321
|
|
POST
|
A few quick questions Rose, 1) Do you have the widget configured to be "visible" in your application, or is the little eye icon crossed out? 2) Do you see your layers appear when previewing your app in the builder, or does it just not display when you launch the app from the builder? 3) When entering your URLs for your services in the LocalLayer widget, did you use http:// or https://? 4) If you turn Developer Tools on in your browser (usually turned on via the F12 key), and launch your app, do any error messages get reported? Any information you could provide would be helpful!
... View more
11-05-2015
10:51 AM
|
0
|
0
|
887
|
|
POST
|
My email address is on the main github page; Feel free to just send it as an attachment to that address. https://github.com/cmndrbensisko
... View more
11-05-2015
10:19 AM
|
0
|
0
|
1321
|
|
POST
|
Hey Barnaby, I've pushed out a proposed fix into the branch that should help to support existing configuration files. Feel free to give it a try when you have a moment. Note that Grouplayers are now included in the sublayers list only for visibility purposes; You should be able to toggle on what Grouplayers you'd like to have visible/hidden by default.
... View more
11-05-2015
08:58 AM
|
1
|
4
|
1321
|
|
POST
|
If you could send your configuration file along, that would be great. It sounds like the code is falling into an infinite loop somewhere, and I'd like to figure out what conditions cause this. Thanks for being the canary in the coalmine on this one, Barnaby. When I revisit the code today I'll see if I can make it more compatible with existing configs.
... View more
11-05-2015
04:57 AM
|
0
|
2
|
1236
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-13-2024 08:42 AM | |
| 1 | 02-07-2024 07:51 AM | |
| 1 | 02-07-2024 08:35 AM | |
| 1 | 07-26-2023 01:07 PM | |
| 1 | 08-10-2017 03:33 PM |
| Online Status |
Offline
|
| Date Last Visited |
05-22-2024
09:28 AM
|