将 ESRI 滑动地图嵌入 Story Journal 地图
Issue Embedding ESRI Swipe Map into Story Journal Map
我想做什么
我正在使用 ESRI Story Journal Maps for a lot of it. I've tested extensively on a trial ArcGIS account and everything runs smoothly. One key feature of the apps we're building is to embed another app, specifically a Swipe Map, into the Story Journal. Please refer to this mockup。
如您所见,2、3 和 4 都可以正常工作。这些是 "Swipe Maps",另一个 ESRI Story Map 应用程序。通过将它们添加为网页内容并附加 &embed
参数,将它们添加到 Journal Map,如 this ESRI help topic 中所述。这三个滑动地图都托管在我设置的试用帐户上。
问题
最后一张幻灯片是以相同方式添加的,但其来源托管在 New_Account
的内容上。您可以在 this link 中看到滑动地图本身工作正常。只有当它试图在 Story Journal Map 中加载时,它才会加载失败。
我采取的故障排除步骤
我认为问题可能在某种程度上与数据有关。我使用 ArcGIS Online Assistant 将我的所有数据从试用帐户 Old_Account
迁移到 New_Account
。
- 我通过 Web 界面从
Old_Account
下载了一个要素图层作为 shapefile,并将其上传到 New_Account
,然后创建了一个新的滑动地图并将其嵌入到我的 Journal Story Map 中。没有变化
- 我将
Old_Account
的滑动地图嵌入到我在 New_Account
上构建的 Story Journal 地图中,并且效果很好。然后,我将我在 New_Account
上创建的滑动地图嵌入到 Old_Account
上的 Story Journal 地图中,但它没有用。
- 我在 ArcMap Desktop 上创建了一项新服务并将其上传到
New_Account
并使用该服务创建了一个新的滑动地图。还是不行。
我自然地为所有相关项目启用了 public 共享。
我不知道问题出在哪里。我与您联系是希望有一个对我作为用户隐藏的权限,可以由管理员打开或进行其他操作。
看起来像是 https 问题。最后一张幻灯片在控制台中显示以下内容:
Mixed Content: The page at 'https://tombottrial.maps.arcgis.com/apps/MapJournal/index.html?appid=6525cfa9c33d4e7a9e00fc5cbbec53bc'
was loaded over HTTPS, but requested an insecure resource
'http://ucsc.maps.arcgis.com/apps/StorytellingSwipe/index.html?appid=749230f9e7a04b06a80596c7414db4b6&embed'.
This request has been blocked; the content must be served over HTTPS.
尝试请求最后一个 https。
我想做什么
我正在使用 ESRI Story Journal Maps for a lot of it. I've tested extensively on a trial ArcGIS account and everything runs smoothly. One key feature of the apps we're building is to embed another app, specifically a Swipe Map, into the Story Journal. Please refer to this mockup。
如您所见,2、3 和 4 都可以正常工作。这些是 "Swipe Maps",另一个 ESRI Story Map 应用程序。通过将它们添加为网页内容并附加 &embed
参数,将它们添加到 Journal Map,如 this ESRI help topic 中所述。这三个滑动地图都托管在我设置的试用帐户上。
问题
最后一张幻灯片是以相同方式添加的,但其来源托管在 New_Account
的内容上。您可以在 this link 中看到滑动地图本身工作正常。只有当它试图在 Story Journal Map 中加载时,它才会加载失败。
我采取的故障排除步骤
我认为问题可能在某种程度上与数据有关。我使用 ArcGIS Online Assistant 将我的所有数据从试用帐户 Old_Account
迁移到 New_Account
。
- 我通过 Web 界面从
Old_Account
下载了一个要素图层作为 shapefile,并将其上传到New_Account
,然后创建了一个新的滑动地图并将其嵌入到我的 Journal Story Map 中。没有变化 - 我将
Old_Account
的滑动地图嵌入到我在New_Account
上构建的 Story Journal 地图中,并且效果很好。然后,我将我在New_Account
上创建的滑动地图嵌入到Old_Account
上的 Story Journal 地图中,但它没有用。 - 我在 ArcMap Desktop 上创建了一项新服务并将其上传到
New_Account
并使用该服务创建了一个新的滑动地图。还是不行。
我自然地为所有相关项目启用了 public 共享。
我不知道问题出在哪里。我与您联系是希望有一个对我作为用户隐藏的权限,可以由管理员打开或进行其他操作。
看起来像是 https 问题。最后一张幻灯片在控制台中显示以下内容:
Mixed Content: The page at 'https://tombottrial.maps.arcgis.com/apps/MapJournal/index.html?appid=6525cfa9c33d4e7a9e00fc5cbbec53bc'
was loaded over HTTPS, but requested an insecure resource
'http://ucsc.maps.arcgis.com/apps/StorytellingSwipe/index.html?appid=749230f9e7a04b06a80596c7414db4b6&embed'.
This request has been blocked; the content must be served over HTTPS.
尝试请求最后一个 https。