I want to add groups to a few layers on my ArcGIS Online map.
I am following this link:
http://doc.arcgis.com/en/arcgis-online/create-maps/add-layers-to-scene.htm
But I don't see the Create Group option at the bottom of the layers.
This is what I see:
Except for work-arounds like grouping in ArcMap as fantomen mentioned, this doesn't seem to be supported; however, there is a request for it on ArcGIS Ideas: https://community.esri.com/ideas/9987
You can "vote up" that idea to show Esri that you would like to see it implemented.
To be able to add group layers to ArcGIS online you need to add the layers to ArcMap and publish them to ArcGIS server. The ArcMap document name will become the group name in ArcGIS online (the name can be edited in ArcGIS Online). If you want sub groups then you can group the layers in ArcMap. In ArcGIS online you add the data as an ArcGIS server web service.
Grouping layers are apparently not supported in ArcGIS Online webmap. The link you followed is instructions to create a web scene.
Grouping layers in ArcGIS Online is now possible with the new Map Viewer (which is not in beta anymore). For more info: https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/try-out-layer-groups-with-map-viewer-beta/ and https://www.esri.com/arcgis-blog/products/arcgis-online/announcements/whats-new-arcgis-online-april-2021/#mapviewer
Related
I want to use Bing Satellite images in QGIS using the Bing Maps API. You can do this in ArcGIS with not much bother using the API key. I'm sure it must be possible to do this in QGIS but can't work it out.
It's easy enough to get low quality maps in but I want the high-resolution ones offered using Bing API.
Thanks
Tom
Here is one method:
Go to Layer > Add Layer > Add XYZ Layer.
Click New
Name as Bing Maps(as you wish)
URL as https://ecn.t3.tiles.virtualearth.net/tiles/a{q}.jpeg?g=1&key=[YourBingMapskey]
Click Ok
Select XYZ Connections as Bing Maps (Which you created now)
Click Add
I'm trying to access openweathermap api forecast, in somepoint I need to take decision based on the climatic layers so kindly help me to convert as WFS Layer(Geoserver) from the api. Thanks. I'm JS Beginner know Leaflet and Geoserver
You don't say much about what the API in question returns. If it is a WFS itself then you can cascade it through your GeoServer instance, which will allow you to serve it out as a WFS and a WMS.
If it returns some other format, you can write a custom datastore by following the steps in this tutorial. When you have a working jar package you can drop it into the WEB-INF/lib folder and restart GeoServer and it should appear as a new datastore.
I'm new with ArcGIS. I have done an app with Web AppBuilder to show a map with layers. When I click on an item layer it shows a pop-up with item info. But I want to show more information that I have to get from a database, depending on the clicked item( it could be a csv file instead of a database if it was easier).
I know how to create a web with the ArcGIS Javascript API (following the tutorials) and I know to create widgets (tutorials too..). I known to create a web with Web AppBuilder. But I don't know how to use Javascript API (for example creating a new layer) modifying the code created by the Web AppBuilder.
My idea was to create the web, map and layers with Web AppBuilder and then make modifications in the generated code using the Javascript API.
What is the best approach to show dynamically obtained information when clicking an item?
Thank you.
If the data you want to show when you click a feature in the map is in the same (geo)database as your layers, you could create a Query Layer to join the data with the layer attributes. You will need to know SQL to do this. Also, you will need to use Arcmap (to publish a Mapserver with the query layer) or Arcgis Pro (to publish a webmap with the query layer) so you can query the data. More on query layers you can find in here.
You probably want to give more details of what exactly you are trying to accomplish, with sample data, so others can provide better answer to your question.
Is it possible to create a Story Map and Twitter Map in ArcGIS Online (in the same map)?
Would I have to use code to combine them together?
You can combine them.
Here are a couple of links.
Embedding apps and websites in Story Maps
#UCSelfie Twitter Map
(i could list more links to help out, but reputation limits me to only two links.)
I have downloaded the sample app of ArcGIS Runtime SDK for Windows Store apps. It has one sample called "Dynamic Layers" which has four option. The third option is "Unique Value Renderer" which seems to be heat map. But that sample uses data from REST API.
So I want to show heat map with my own data. My data contains some stats respective to each countries. According to that data I want to produce heat map, how can I do that ?
I want to do something like this.
You will need to publish your data to an ArcGIS Server service, and change the layer ServiceUri to point to your ArcGIS Server service.
What format do you have your data right now? (or from what type of service is it coming?)
How to geoenrich applications with FeatureServices, Thanks to Antti Kajanus