|
IDEA
|
@HWhitty, If you have a map created primarily to be used by Spanish speakers and want to create an app that translates both the UI text and App text, you can use the language switcher component to achieve this. Most Instant Apps have this; for a full list, visit this blog. It will also provide more detailed information on how to configure the language switcher. Once you have created the app and fully configured it, you can enable the language switcher. In this configuration, you can access the Translation Assistant (if you have AI assistant enabled in your org). This assistant generated translations for all of the app-authored text. If you have a header with a title or an introduction window, this text can be translated. Once you have generated and reviewed the translations, you can publish your app. In the published app, toggle the language to Spanish. Notice, the URL is updated to include &locale=es parameter. When you embed your Instant App into your webpage, be sure to include that URL Param, and then the app will default to Spanish. Hope this helps!
... View more
08-28-2025
07:42 AM
|
0
|
0
|
1543
|
|
BLOG
|
@GBacon Use Map Click location changes where the pin is placed on the map. When disabled, the pin will be dropped at the closest address point using the Esri World Locator. We don't have exactly what you are asking for to completely disable people from searching the map by clicking using a buffer, but one option is to use map extent search. Map extent search does not allow the app user to click on the map to generate a search. They can either type in an address in the search bar or search the whole area, with the center of the map being the searched location. They can interact with the pop-ups in the map without generating a search first. Hopefully this helps
... View more
08-22-2025
11:40 AM
|
0
|
0
|
953
|
|
IDEA
|
@VladimirB The visibility of layers and data in Reporter is set in the webmap. It is possible to set up a reporter to only allow for submissions and hide the other data. One way to do this is to set a default value on a field in the report layer. An example could be a field, "Public Visibility", with a default value of "False". This field would not be part of the form and would be auto-populated when someone submits a report. If you already have your data set up and don't want to add a field, you could filter the map based on a required field. Creating a filter to hide all features that are not blank in the map used in the Reporter app. In the future, we can look at adding an app configuration option to hide all map features. Hope this helps!
... View more
08-12-2025
02:45 PM
|
0
|
0
|
733
|
|
BLOG
|
@Beversdorf Here is a link to the sample map - https://www.arcgis.com/apps/mapviewer/index.html?webmap=1254619b08ec4ee9949af6c8eeb121d5 Let me know if you have any other questions.
... View more
08-11-2025
04:04 PM
|
1
|
0
|
1970
|
|
BLOG
|
@Arlington_CoGISMC I have been testing your app, and I am only seeing 5. Could you share the address you are using to see 25?
... View more
08-11-2025
11:50 AM
|
0
|
0
|
983
|
|
BLOG
|
In the June 2025 update of ArcGIS Online, Zone Lookup and Nearby received several new capabilities. Let’s look at some of the new features and how to use them. Map click search When clicking the map to initiate a search in Nearby and Zone Lookup, the app defaults to finding the closest valid address and placing a pin symbol at that location. In the June update, we have added a new option to place the pin symbol at the x,y location rather than the closest address. This will be particularly helpful for large-scale maps, where the app author prefers the point to be dropped exactly where the app user clicks. This new option is called “Use map click search”. In Nearby, this feature is available in the Nearby > Search method section > Search Radius. (Note that the map extent doesn’t use a map click, so the option is not available.) In Zone Lookup, it is under the Zone Lookup > Options section. Also, find this using the search in the upper left of the configuration. When using the map click search option in conjunction with the Map pin label, the app will use the closest address as the label. In Zone Lookup, you can specify a field from a layer in the map to use instead. For example, if you have parcel data that contains an address field, you can use that instead of the closest address from the ArcGIS World Geocoding Service locator. Show results based on users' location Zone Lookup and Nearby both offer the ability for an app user to generate a search based on their location, but the app user must initiate this. New at this release, you can set the app to launch and generate a search based on the app users’ location. This new capability is labeled “Show results based on users' location“. In Zone Lookup, it is located under Zone Lookup > Style results. In Nearby, it’s under Nearby > Search method. Note: Under 'Map extent', you need to enable 'Show results for default map extent' first. Then, you have the option to switch it to use the user’s location. New Filter builder New in June 2025, all Instant Apps have an updated filter builder. The filter functionality is the same, but it offers an improved way to create filters. New in the builder is the ability to view the attribute table of each layer in the filter. URL parameter to support embedding Zone Lookup apps When applications are embedded, they can become responsive. This is generally expected and often provides an optimal experience. However, some app authors want to lock the app in the full desktop or mobile layout. Now, a URL parameter (beta) is available in Zone Lookup. Add “&embedMode=desktop” or “&embedMode=mobile” to the end of the URL while embedding to lock the app in either mode. This parameter is in beta and will be added to other Instant Apps when it moves out beta.
... View more
06-30-2025
01:26 PM
|
1
|
5
|
2220
|
|
IDEA
|
@OukeWeijer The language switcher default language should be the language used in the configuration. So if your profile is set to Dutch and the configuration panel is in Dutch, that should be the default language, and then you can select English as an additional language. Is your configuration panel in Dutch when you see this issue?
... View more
05-23-2025
11:08 AM
|
0
|
0
|
1865
|
|
BLOG
|
We’ve just added a new tutorial to the ArcGIS Online documentation: Configure apps for hikers—a hands-on guide to building a bilingual web app using ArcGIS Instant Apps. This tutorial walks you through how to create an app tailored for hikers that can be viewed in both English and Spanish using the language switcher feature. It’s a quick and easy way to explore how multilingual support works in Instant Apps. Perfect for: Exploring the language switcher in action Building apps for diverse audiences Learning by doing—with no coding required Explore the tutorial now And if you're looking for more ways to build with Instant Apps, there are plenty of other tutorials available on learn.arcgis.com to match your goals.
... View more
04-29-2025
03:48 PM
|
1
|
0
|
626
|
|
POST
|
@RossFindlayCOC Thanks for this feedback. We will look into improving the flow in the next update of ArcGIS Online.
... View more
04-23-2025
07:13 AM
|
0
|
0
|
1609
|
|
POST
|
@RossFindlayCOC Thanks for the feedback on the flow. One way to highlight the introduction text is to remove it from the panel and open it as an introduction window, instead of in the panel. To do this, disable express mode of the app (upper left corner toggle), navigate to the About section -> App details, and toggle on Open as introduction window. This should have the screenreader read the introduction text first when the app is launched.
... View more
04-23-2025
06:57 AM
|
0
|
1
|
1613
|
|
POST
|
@ScottHansen__MDP_ You can hide the header with custom CSS. This option can be found in Theme & Layout > Gallery theme & layout > Custom CSS. Add in the following, and header should be hidden header { display:none;}
... View more
03-19-2025
11:40 AM
|
1
|
0
|
704
|
|
BLOG
|
The language switcher is a feature in ArcGIS Instant Apps that makes it easier to create multilingual Instant Apps. The language switcher setting makes entering translated text for all app-authored text easy. Once the app-authored text is generated and reviewed, the toggle in the app will update app-authored and Esri-defined text in the selected language. Some authors would like to take it further and switch out the webmap, which may include translated labels or basemaps. Currently, this option isn’t exposed in the language switcher UI but it can be done using the ArcGIS Assistant. To get started, configure your app, including the language switcher component. For help with those steps, visit the language switcher blog. Next, creating a copy of the app is recommended, as editing an app with ArcGIS Assistant could cause errors with the app. To do this, open the app's configuration panel and click the copy button on the lower right above the publish button. Complete any other configuration of the app. 3. Open the ArcGIS Assistant beta and sign into your account with the Instant App you are working with. Click on the item to open the side panel options and select “View Item JSON” 4. Select the “Data” tab to view the app JSON in the JSON Editor. Click the Edit JSON button to activate the editing experience. 5. Navigate through the JSON and find the “languageSwitcher”. You will see all the languages you previously selected listed as locales. Under each locale, a webmap parameter can be added to identify which webmap should load with that language. To do this enter in “webmap”: “add in the webmap id” Verify there are no errors and save. 6. View your Instant App and toggle to the language associated with the webmap. You will see the updated map load. Test out this sample app, which updates the map’s basemap to a Spanish version.
... View more
03-19-2025
10:44 AM
|
5
|
12
|
3058
|
|
POST
|
@AMatthews can you share what Instant Apps template you were trying to copy? It should copy an exact duplicate of what you have configured.
... View more
03-18-2025
12:42 PM
|
0
|
1
|
1714
|
|
POST
|
@CityGIS besdies setting the scale level, which it looks like you did, there is no option at this time to set a different scale level depending on the result. If it zoomed to the first result, would that improve the workflow?
... View more
03-18-2025
12:41 PM
|
0
|
0
|
679
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 2 | 3 weeks ago | |
| 1 | 04-21-2026 09:46 AM | |
| 3 | 03-19-2026 03:16 PM | |
| 3 | 03-02-2026 02:19 PM |
| Online Status |
Online
|
| Date Last Visited |
9 hours ago
|