We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b65fec commit 2cfa4c1Copy full SHA for 2cfa4c1
examples/openlayers/05_findPathService.html
@@ -93,7 +93,7 @@
93
new ol.supermap.NetworkAnalystService(serviceUrl).findPath(findPathParameter, function (serviceResult) {
94
var guideLayerStyle = new ol.style.Style({
95
image: new ol.style.Icon(({
96
- src: 'http://support.supermap.com.cn:8090/iserver/iClient/forJavaScript/examples/images/walk.png',
+ src: '../img/walk.png',
97
size: [20, 20]
98
}))
99
});
0 commit comments