I have an odd error creeping up on me with the 2.0 final release.
I have a component library that I use with my projects that's been updated with the 2.0 API.
When I add this library project via FlashBuilder, I get an error in the SkinnableComponent.as line 632 in my main Application.
I tried adding this Library Project to some samples and added a custom "MapLayerList" component and got the same error, but when added as a compiled swc, works fine.
Error: Skin for FeatureLayer_Search.ApplicationSkin2._ApplicationSkin_Group1.contentGroup.myMap.StaticLayer11.ScaleBar66 cannot be found.
I don't even need to add a component to the project, just add the Library project. So, I'm not sure why the issue persists.
I had this problem with the beta 2, but it went away with the beta 3, so I figured it was a byproduct of some fixes/changes you made. If I compile my Library project to a swc and use it, everything works fine. So, I'm not sure if this an issue with FlashBuilder or not. I have not had a chance to test it in FDT or IntelliJ yet.
Is anyone able to replicate this problem in FlashBuilder?
Here is an example of how I use Map in custom components
MapLayerList
http://gist.github.com/457363
It's not a deal breaker, but it's nice to modify my Library and see instant results without constant recompiles.
Re: Flex API 2.0 error when using custom component library projects
In your library project's Library Path where you've included the ArcGIS API for Flex swc, did you set it's Link Type to External? The default is "Merged into code".
相关推荐
tianditu.js 天地图本地缓存4.0下载
在IT行业中,地图服务是地理信息系统(GIS)的重要组成部分,而“tianditu.zip_tianditu_tianditu.dll_地图投影_墨卡托投影”这个标题揭示了几个关键概念,让我们逐一深入探讨。 首先,"tianditu"是中国的一个权威...
这些数据可以从官方渠道——天地图网站(https://cloudcenter.tianditu.gov.cn/administrativeDivision)获取,并且已经添加了行政区编码字段。这个编码通常是按照国家标准GB/T 2260-2007《中华人民共和国行政区划...
"tianditu.rar_gis_tianditu_天地图"这个压缩包文件很可能是关于如何在ArcGIS平台上集成和使用天地图服务的教程或工具包。 ArcGIS是Esri公司开发的一款强大的GIS软件,它允许用户进行地图制作、数据分析、空间建模...
100.2以上添加需要增加。 RequestConfiguration requestConfiguration = new RequestConfiguration(); requestConfiguration.getHeaders().put("referer", "http://map.tianditu.gov.cn/"); 如果加不上联系Q ...
2. 数据格式:GIS数据有多种存储格式,如Shapefile、GeoJSON、GPKG、SHP、GML等。这些格式各有优缺点,选择哪种取决于数据的用途和需要处理的工具。 3. 数据属性:除了几何信息,GIS数据还包括各种属性信息,如城市...
如:http://t3.tianditu.cn/img_c/wmts?service=wmts&request=GetTile&version=1.0.0&LAYER=img&tileMatrixSet=c&TileMatrix=6&TileRow=9&TileCol=53&style=default&format=tiles //正确的写法是:...
sohu CTO 周霖 2013年第一届互联网大会中的PPT
url: 'http://t0.tianditu.gov.cn/vec_w/wmts', layer: 'vec', matrixSet: 'c', format: 'image/jpeg', tileGrid: new ol.tilegrid.WMTS({ origin: [-180, 90], resolutions: [ // 这里添加不同级别的分辨率...
天地图的URL通常以"http://t0.tianditu.gov.cn"开头,根据需要选择不同的服务类型(如影像服务、矢量服务)。 4. 加载地图:将天地图图层添加到Map对象中,然后使用`Map`对象的`setExtent`方法设置地图视图的范围。 ...
天地图影像 名称:tian di tu image URL: https://t3.tianditu.gov.cn/img_w/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=img&STYLE=default&TILEMATRIXSET=w&FORMAT=tiles&TILECOL={x}&TILEROW={y}&TILEMATRIX={z}&tk=3e6a6ee1bd57337a35262bf4f58b5da6... 名称:tian di tu marks URL: ...
针对"tianditu.zip"这个压缩包文件,我们可以深入探讨一下与Android平台上的天地图开发相关的核心知识点。 首先,"tianditu.jar"可能是天地图为Android平台提供的SDK库文件,包含了Android应用开发所需的类和方法。...
http://www.tianditu.gov.cn/wms?service=WMS&request=GetCapabilities&version=1.1.1 ``` 3. **选择图层**:点击“刷新”按钮,系统会自动加载服务提供的所有图层。在列表中找到并选择你需要的天地图图层,例如...
2. **前端请求出错**:如果前端使用`axios.post('/api/index2')`发送请求,但收到`404 Not Found`错误,可能是因为后端没有对应的`/index2`接口,或者Nginx配置有误。检查后端是否配置了正确的接口,以及Nginx的`...
《基于ArcGIS for Flex的天地图切片服务扩展类详解》 在GIS(地理信息系统)领域,天地图作为中国国家基础地理信息的重要组成部分,提供了丰富的地理数据服务。开发者常常需要将其与自己的应用进行集成,以实现地图...
url: 'http://t0.tianditu.gov.cn/mt/{z}/{y}/{x}.png', projection: ol.proj.get('EPSG:4326'), tileGrid: ol.tilegrid.createXYZ({ maxZoom: 19 }), crossOrigin: 'anonymous' }) }); ``` 四、加载高德...
http://tile0.tianditu.com/DataServer?T=AB0512_Anno&X=50&Y=12&L=6 ``` 其中,T表示瓦片类型,X和Y分别代表瓦片在网格中的位置,L则表示地图的缩放级别。瓦片按照256×256像素的png格式组织,随着级别的增加,...
<script src="https://api.tianditu.gov.cn/mapjsapi/v3.10.0/map.js?key=YOUR_API_KEY"></script> ``` 请将`YOUR_API_KEY`替换为你实际获取的API Key。 然后,创建一个名为`map.vue`的组件,用于展示地图。在该...