{"id":167101,"date":"2010-04-26T18:06:33","date_gmt":"2010-04-26T18:06:33","guid":{"rendered":"http:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=167101"},"modified":"2018-12-18T10:52:40","modified_gmt":"2018-12-18T18:52:40","slug":"connecting-to-arcgis-server-from-microstation","status":"publish","type":"blog","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/connecting-to-arcgis-server-from-microstation","title":{"rendered":"Connecting to ArcGIS Server from MicroStation"},"author":4781,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"_searchwp_excluded":""},"categories":[37501],"tags":[23591,23011,30431],"industry":[],"product":[36571],"class_list":["post-167101","blog","type-blog","status-publish","format-standard","hentry","category-administration","tag-arcgis-server","tag-raster","tag-wms","product-arcgis-enterprise"],"acf":{"short_description":"ArcGIS Server can serve various formats easily consumable by non-ESRI clients.","flexible_content":[{"acf_fc_layout":"content","content":"<p>Many users of the Bentley MicroStation CAD platform have asked us how to connect to image or map data that is served from ArcGIS Server. ArcGIS Server can serve various formats easily consumable by non-ESRI clients. One of these popular formats, supported by MicroStation, is OGC WMS (<a href=\"http:\/\/www.opengeospatial.org\/\">Open Geospatial Consortium<\/a>\u00a0Web Map Service).<\/p>\n<p>Support for WMS in MicroStation was added in version V8 XM (08.09.03) and updated in version V8 XM (08.09.04). In V8 XM, access to WMS services requires a manually-created xWMS file. In V8i (8.11), you can connect to WMS services using an updated interface within the Raster Manager. This post describes both techniques.<\/p>\n<h3>Connecting to a WMS in MicroStation V8 XM<\/h3>\n<p>To connect to a WMS using Raster Manager in V8 XM, you must create an xWMS file. An xWMS file is a simple XML file with the extension .xWMS, which contains some properties about the WMS.<\/p>\n<p>The following values must be contained in the xWMS file:<\/p>\n<ul>\n<li>URL: The URL to the service.<\/li>\n<li>REQUEST:\n<ul>\n<li>VERSION: The version of WMS supported. MicroStation only supports WMS version 1.1.1 at this time.<\/li>\n<li>SRS: The EPSG Code for the service\u2019s spatial reference system.<\/li>\n<li>LAYERS: The layer name of the service.<\/li>\n<li>BBOX: The bounding box of the service in the aforementioned spatial reference system.<\/li>\n<li>WIDTH: Width of the service in pixels.<\/li>\n<li>HEIGHT: Height of the service in pixels.<\/li>\n<li>FORMAT: The image format in which the service is to be returned. Examples are image\/jpeg or image\/png<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>Most of the remaining values in the file can be left as defaults, but you can edit them as necessary. To identify appropriate values, you can use Get Capabilities on the WMS. For example:<\/p>\n<pre>http:\/\/eg1119\/ArcGIS\/services\/ambwms\/ImageServer\/WMSServer?request=GetCapabilities&amp;service=WMS<\/pre>\n<p>Below is a sample xWMS file. You can copy this into a text editor and change the values to suit your own WMS. Note that the URL must be entered without the \u201chttp:\/\/\u201d prefix. This is automatically added by MicroStation.<\/p>\n<pre>&lt;?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?&gt;\r\n&lt;BentleyWMSFile&gt;\r\n    &lt;VERSION&gt;1.1&lt;\/VERSION&gt;\r\n    &lt;URL&gt;eg1119\/ArcGIS\/services\/amberg\/ImageServer\/WMSServer?&lt;\/URL&gt; \r\n    &lt;REQUEST&gt;\r\n        &lt;VERSION&gt;1.1.1&lt;\/VERSION&gt;\r\n        &lt;SRS&gt;EPSG:31494&lt;\/SRS&gt;\r\n        &lt;LAYERS&gt;amberg&lt;\/LAYERS&gt;\r\n        &lt;BBOX&gt;4488761.853491,5477485.126490,4491005.146509,5479555.401510&lt;\/BBOX&gt;\r\n        &lt;WIDTH&gt;850&lt;\/WIDTH&gt;\r\n        &lt;HEIGHT&gt;1000&lt;\/HEIGHT&gt;\r\n        &lt;FORMAT&gt;image\/jpeg&lt;\/FORMAT&gt;\r\n    &lt;\/REQUEST&gt;\r\n    &lt;IMAGESIZE&gt;\r\n        &lt;MINSIZE width=\"85\" height=\"100\" \/&gt;\r\n        &lt;MAXSIZE width=\"850000\" height=\"100000\" \/&gt;\r\n    &lt;\/IMAGESIZE&gt;\r\n    &lt;SERVERCAPABILITIES&gt;\r\n        &lt;MAXBITMAPSIZE width=\"1024\" height=\"1024\" \/&gt;\r\n    &lt;\/SERVERCAPABILTIES&gt;\r\n&lt;\/BentleyWMSFile&gt;<\/pre>\n<p>Once you have the above file, follow these steps to add it in V8 XM using Raster Manager<\/p>\n<ol>\n<li>Open Raster Manager.<\/li>\n<li>Click\u00a0<b>File<\/b>\u00a0&gt;\u00a0<b>Attach<\/b>.<\/li>\n<li>Navigate to and select the xWMS file, then click\u00a0<b>Open<\/b>.<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/downloads2.esri.com\/blogs\/images\/dev_12743.jpg\" alt=\"Connecting in V8 XM\" width=\"625\" height=\"404\" \/><\/li>\n<li>If necessary, click\u00a0<b>Fit To View<\/b>\u00a0to zoom to the extent of the service.<\/li>\n<\/ol>\n<h3>Connecting to a WMS in MicroStation V8i<\/h3>\n<p>Although you can also add xWMS files in MicroStation V8i, it\u2019s easier to use the improved user interface for adding a WMS service interactively. Here\u2019s how:<\/p>\n<ol>\n<li>Open Raster Manager.<\/li>\n<li>Create a new WMS connection by clicking\u00a0<b>File<\/b>\u00a0&gt;\u00a0<b>New<\/b>\u00a0&gt;\u00a0<b>WMS<\/b>.<\/li>\n<li>Type in a URL, or click the\u00a0<b>Servers<\/b>\u00a0button and select a service from the server list.<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/downloads2.esri.com\/blogs\/images\/dev_12744.jpg\" alt=\"Connecting in V8i\" width=\"625\" height=\"376\" \/><\/li>\n<li>Select a layer from the\u00a0<i>Available Layers<\/i>\u00a0list and click\u00a0<b>Add to map<\/b>.<\/li>\n<li>Click\u00a0<b>Save<\/b>\u00a0or\u00a0<b>Save and Attach<\/b>\u00a0to add it to the drawing.<\/li>\n<\/ol>\n<h3>Using a jpeg connection for improved performance<\/h3>\n<p>By default, the format for the WMS connection is image\/png. However, it\u2019s recommended that you make a jpeg connection to ArcGIS Server because the transfer rate is faster.<\/p>\n<p>To change the connection properties in MicroStation V8 XM, modify the .xWMS file prior to attaching it within MicroStation. The XML node to change is:<\/p>\n<pre>&lt;FORMAT&gt;image\/jpeg&lt;\/FORMAT&gt;<\/pre>\n<p>In MicroStation V8i you can make the change before adding the WMS to the map. See the diagram below.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/downloads2.esri.com\/blogs\/images\/dev_12745.jpg\" alt=\"Change to JPEG format\" width=\"621\" height=\"373\" \/><\/p>\n<p>You can also access this dialog for an open connection. Follow these steps:<\/p>\n<ol>\n<li>Open the Raster Manager.<\/li>\n<li>Select the WMS connection to edit.<\/li>\n<li>Edit the WMS connection (From the\u00a0<i>Open<\/i>\u00a0menu, click\u00a0<b>Utilities<\/b>, and click\u00a0<b>Edit WMS<\/b>.)<\/li>\n<li>Change the\u00a0<b>Format<\/b>\u00a0to image\/jpeg.<\/li>\n<\/ol>\n<p><i>Contributed by Randall Rebello of ESRI<\/i><\/p>\n"}],"authors":[{"ID":4781,"user_firstname":"","user_lastname":"","nickname":"sterlingdq","user_nicename":"sterlingdq","display_name":"ArcGIS Server Development Team","user_email":"squinn@esri.com","user_url":"","user_registered":"2018-03-02 00:16:25","user_description":"","user_avatar":"<img alt='' src='https:\/\/secure.gravatar.com\/avatar\/ddafe5cd459e188305f7aa49a19793b8e89621b99b1a99c9979eb3f2073a7603?s=96&#038;d=blank&#038;r=g' srcset='https:\/\/secure.gravatar.com\/avatar\/ddafe5cd459e188305f7aa49a19793b8e89621b99b1a99c9979eb3f2073a7603?s=192&#038;d=blank&#038;r=g 2x' class='avatar avatar-96 photo' height='96' width='96' loading='lazy' decoding='async'\/>"}],"related_articles":"","card_image":false,"wide_image":false},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v25.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Connecting to ArcGIS Server from MicroStation<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/connecting-to-arcgis-server-from-microstation\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Connecting to ArcGIS Server from MicroStation\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/connecting-to-arcgis-server-from-microstation\" \/>\n<meta property=\"og:site_name\" content=\"ArcGIS Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/esrigis\/\" \/>\n<meta property=\"article:modified_time\" content=\"2018-12-18T18:52:40+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@ESRI\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/connecting-to-arcgis-server-from-microstation#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/connecting-to-arcgis-server-from-microstation\"},\"author\":{\"name\":\"ArcGIS Server Development Team\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/073e71df29bffd1221469a9a683443df\"},\"headline\":\"Connecting to ArcGIS Server from MicroStation\",\"datePublished\":\"2010-04-26T18:06:33+00:00\",\"dateModified\":\"2018-12-18T18:52:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/connecting-to-arcgis-server-from-microstation\"},\"wordCount\":6,\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"keywords\":[\"ArcGIS Server\",\"raster\",\"WMS\"],\"articleSection\":[\"Administration\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/connecting-to-arcgis-server-from-microstation\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/connecting-to-arcgis-server-from-microstation\",\"name\":\"Connecting to ArcGIS Server from MicroStation\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\"},\"datePublished\":\"2010-04-26T18:06:33+00:00\",\"dateModified\":\"2018-12-18T18:52:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/connecting-to-arcgis-server-from-microstation#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/connecting-to-arcgis-server-from-microstation\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/connecting-to-arcgis-server-from-microstation#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.esri.com\/arcgis-blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Connecting to ArcGIS Server from MicroStation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"name\":\"ArcGIS Blog\",\"description\":\"Get insider info from Esri product teams\",\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\",\"name\":\"Esri\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"contentUrl\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"width\":400,\"height\":400,\"caption\":\"Esri\"},\"image\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/esrigis\/\",\"https:\/\/x.com\/ESRI\",\"https:\/\/www.linkedin.com\/company\/5311\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/073e71df29bffd1221469a9a683443df\",\"name\":\"ArcGIS Server Development Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ddafe5cd459e188305f7aa49a19793b8e89621b99b1a99c9979eb3f2073a7603?s=96&d=blank&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ddafe5cd459e188305f7aa49a19793b8e89621b99b1a99c9979eb3f2073a7603?s=96&d=blank&r=g\",\"caption\":\"ArcGIS Server Development Team\"},\"url\":\"\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Connecting to ArcGIS Server from MicroStation","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/connecting-to-arcgis-server-from-microstation","og_locale":"en_US","og_type":"article","og_title":"Connecting to ArcGIS Server from MicroStation","og_url":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/connecting-to-arcgis-server-from-microstation","og_site_name":"ArcGIS Blog","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","article_modified_time":"2018-12-18T18:52:40+00:00","twitter_card":"summary_large_image","twitter_site":"@ESRI","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/connecting-to-arcgis-server-from-microstation#article","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/connecting-to-arcgis-server-from-microstation"},"author":{"name":"ArcGIS Server Development Team","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/073e71df29bffd1221469a9a683443df"},"headline":"Connecting to ArcGIS Server from MicroStation","datePublished":"2010-04-26T18:06:33+00:00","dateModified":"2018-12-18T18:52:40+00:00","mainEntityOfPage":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/connecting-to-arcgis-server-from-microstation"},"wordCount":6,"publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"keywords":["ArcGIS Server","raster","WMS"],"articleSection":["Administration"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/connecting-to-arcgis-server-from-microstation","url":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/connecting-to-arcgis-server-from-microstation","name":"Connecting to ArcGIS Server from MicroStation","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#website"},"datePublished":"2010-04-26T18:06:33+00:00","dateModified":"2018-12-18T18:52:40+00:00","breadcrumb":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/connecting-to-arcgis-server-from-microstation#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/connecting-to-arcgis-server-from-microstation"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/connecting-to-arcgis-server-from-microstation#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/arcgis-blog\/"},{"@type":"ListItem","position":2,"name":"Connecting to ArcGIS Server from MicroStation"}]},{"@type":"WebSite","@id":"https:\/\/www.esri.com\/arcgis-blog\/#website","url":"https:\/\/www.esri.com\/arcgis-blog\/","name":"ArcGIS Blog","description":"Get insider info from Esri product teams","publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization","name":"Esri","url":"https:\/\/www.esri.com\/arcgis-blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","contentUrl":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","width":400,"height":400,"caption":"Esri"},"image":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/esrigis\/","https:\/\/x.com\/ESRI","https:\/\/www.linkedin.com\/company\/5311\/"]},{"@type":"Person","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/073e71df29bffd1221469a9a683443df","name":"ArcGIS Server Development Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ddafe5cd459e188305f7aa49a19793b8e89621b99b1a99c9979eb3f2073a7603?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ddafe5cd459e188305f7aa49a19793b8e89621b99b1a99c9979eb3f2073a7603?s=96&d=blank&r=g","caption":"ArcGIS Server Development Team"},"url":""}]}},"text_date":"April 26, 2010","author_name":"ArcGIS Server Development Team","author_page":false,"custom_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/08\/Newsroom-Keyart-Wide-1920-x-1080.jpg","primary_product":"ArcGIS Enterprise","tag_data":[{"term_id":23591,"name":"ArcGIS Server","slug":"arcgis-server","term_group":0,"term_taxonomy_id":23591,"taxonomy":"post_tag","description":"","parent":0,"count":53,"filter":"raw"},{"term_id":23011,"name":"raster","slug":"raster","term_group":0,"term_taxonomy_id":23011,"taxonomy":"post_tag","description":"","parent":0,"count":147,"filter":"raw"},{"term_id":30431,"name":"WMS","slug":"wms","term_group":0,"term_taxonomy_id":30431,"taxonomy":"post_tag","description":"","parent":0,"count":5,"filter":"raw"}],"category_data":[{"term_id":37501,"name":"Administration","slug":"administration","term_group":0,"term_taxonomy_id":37501,"taxonomy":"category","description":"","parent":0,"count":422,"filter":"raw"}],"product_data":[{"term_id":36571,"name":"ArcGIS Enterprise","slug":"arcgis-enterprise","term_group":0,"term_taxonomy_id":36571,"taxonomy":"product","description":"","parent":0,"count":972,"filter":"raw"}],"primary_product_link":"https:\/\/www.esri.com\/arcgis-blog\/?s=#&products=arcgis-enterprise","_links":{"self":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/167101","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog"}],"about":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/types\/blog"}],"author":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/users\/4781"}],"replies":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/comments?post=167101"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/167101\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/media?parent=167101"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/categories?post=167101"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/tags?post=167101"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/industry?post=167101"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/product?post=167101"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}