esri-map-view
Render an Esri ArcGIS map on a WordPress page. Use any Esri basemap, public layers, public web map or web scene.
Plugin info
Maintenance & Compatibility
Maintenance score
Stale • Last updated 253 days ago
Is esri-map-view abandoned?
Likely maintained (last update 253 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
This Esri maps plugin enables you to display Esri/ArcGIS maps or scenes with shortcodes. Select a basemap, set an initial viewpoint, add your custom layers, show information in a pop-up, and more. Or start with a pre-configured web map or web scene. You can also add a search widget to the map.
This is based on the custom web component esri-map-view.
Features
- Use Esri’s world-renowned authoritative map services in your WordPress blog.
- Select from any Esri basemap.
- Set an initial viewpoint and zoom level.
- Add a marker and pop-up to the initial viewpoint.
- Add a search widget to your map or scene.
- Display map on posts/pages using the WordPress shortcode syntax.
- Set your map height and width.
- Set map zoom level.
This plugin uses a 3rd party service provided by Esri. No personal identifiable information or telemetry data is recorded. Esri takes the responsibility to protect your privacy seriously. Esri holds itself to the highest national and international standards, including Privacy Shield certification and GDPR compliance. View the privacy policy.
Usage
- On any page or post, add a new block, then select
[/]shortcode. - Use either
esri-map-vieworesri-scene-viewshortcode, as follows. All attributes exceptheightare optional.
Map
[esri-map-view height="900px" basemap="arcgis/imagery" viewpoint="13.3761697,52.5166449,15" layers="d3e5c29f5e404aa4b2de29a9f0e37996" search="top-right" symbol="pin:red" symboloffset="0,0" popuptitle="Brandenburg Gate" popupinfo="This is a historic place you should visit" apikey="YOUR_API_KEY"][/esri-map-view]
esri-map-viewopening shortcode tag for a 2D map.height: indicate the height you want for your map. You must provide a height. The width will automatically scale to the full page width of your page or post.apikey: include your API key to authenticate service requests with ArcGIS services.basemap: indicate the basemap style you want to use. Select from available basemap styles. This is optional and will default to osm/standard. This attribute is ignored ifwebmapis set.webmap: select an ArcGIS web map item ID. If this is provided thebasemapattribute is ignored.viewpoint: Indicate an initial viewpoint to focus the map. This is a string of 3 comma-separated numbers expected: latitude (y), longitude (x), and levelOfDetail (LOD). Example: “22.7783,34.1234,9”. You should set this if you set abasemap. You do not need to set this if you setwebmapas the web map’s initial viewpoint would be used. If you do setviewpointandwebmapthen this setting will override the initial viewpoint of the web map.layers: Select layers to add on top of the map using either full URL to the feature service on an ArcGIS server (must be public) or the ArcGIS Online item ID of a public layer. Multiple layers are separated with comma,.symbol: Indicate a symbol to use to mark the location of the initial viewpoint. This is the fully qualified URL to a 64×64 px PNG image. CORS is respected when accessing the image. You can also specifygreen-pinto use a green map pin as the symbol.popupinfo: Ifsymbolis set, tapping the image will show a pop-up. This is thecontentfor that pop-up.popuptitle: Ifsymbolis set, tapping the image will show a pop-up. This is thetitlefor that pop-up.search: Include a search widget by indicating where on the map view it should appear. The valid values for this attribute aretop-left,top-right,bottom-left,bottom-right. If this attribute is empty/missing or an invalid value then a search widget will not show.[/esri-map-view]: Closing tag is required. Do not forget the closing tag!
Scene
[esri-scene-view height="900px" basemap="arcgis/imagery" viewpoint="13.3761697,52.5166449,15" layers="d3e5c29f5e404aa4b2de29a9f0e37996" search="top-right" symbol="pin:red" symboloffset="0,0" popuptitle="Brandenburg Gate" popupinfo="This is a historic place you should visit" apikey="YOUR_API_KEY"][/esri-scene-view]
esri-scene-viewopening shortcode tag for a 3D globe.height: indicate the height you want for your map. You must provide a height. The width will automatically scale to the full page width of your page or post.apikey: include your API key to authenticate service requests with ArcGIS services.basemap: indicate the basemap style you want to use. Select from available basemap styles. This is optional and will default to osm/standard. This attribute is ignored ifwebmapis set.webscene: select an ArcGIS web scene item ID. If this is provided thebasemapattribute is ignored.cameraposition: Indicate the camera position for the initial scene viewpoint. This is a string of five comma separated numbers as follows: x,y,z,heading,tilt. If you set this it will overrideviewpointsettings.viewpoint: Indicate an initial viewpoint to focus the map. This is a string of 3 comma-separated numbers expected: latitude (y), longitude (x), and levelOfDetail (LOD). Example: “22.7783,34.1234,9”. You should set this if you set abasemap. You do not need to set this if you setwebsceneas the web scene’s initial viewpoint is used. However, this setting will override the web scenes initial viewpoint. Theviewpointis not used ifcameraPositionis also set. For 3D scenes, the level of detail is translated into a 3D camera position height of Z-axis position.layers: Select layers to add on top of the map using either full URL to the feature service on an ArcGIS server (must be public) or the ArcGIS Online item ID of a public layer. Multiple layers are separated with comma,.symbol: Indicate a symbol to use to mark the location of the initial viewpoint. This is the fully qualified URL to a 64×64 px PNG image. CORS is respected when accessing the image. You can also specifygreen-pinto use a green map pin as the symbol.popupinfo: Ifsymbolis set, tapping the image will show a pop-up. This is thecontentfor that pop-up.popuptitle: Ifsymbolis set, tapping the image will show a pop-up. This is thetitlefor that pop-up.search: Include a search widget by indicating where on the map view it should appear. The valid values for this attribute aretop-left,top-right,bottom-left,bottom-right. If this attribute is empty/missing or an invalid value then a search widget will not show.[/esri-scene-view]: Closing tag is required. Do not forget the closing tag!
License
Installation
- Download the plugin archive and unzip it.
- Copy the esri-map-view plugin folder to your WordPress
/wp-content/plugins/folder. There should now be a new folder named/wp-content/plugins/esri-map-view/. - Log in to WordPress and go to Plugins.
- Find the esri-map-view plugin and click Activate Plugin.
Frequently Asked Questions
If you do not have an ArcGIS account, sign up for free at ArcGIS Location Platform and then follow the instructions to create an API key.
Review feed
Changelog
Version 1.2.3 – 09-Apr-2025
- Update plug-in to v1.2.3 for WP 6.8
- Upgrade component [email protected]
- Update README.
Version 1.2.2 – 25-Sep-2024
- Corrected some issues with the documentation.
- Update README.
Version 1.2.1 – 20-Sep-2024
- Upgrade component [email protected]
- Upgrade dependencies, ArcGIS Maps SDK for JavaScript version 4.30.
- Adds ArcGIS API key support.
- Update README.
Version 1.0.2 – 07-Jan-2020
- Initial release.

