Opened 19 months ago
Last modified 14 months ago
#7054 new enhancement
The ability to import from ArcGIS
| Reported by: | baditaflorin@… | Owned by: | Larry0ua |
|---|---|---|---|
| Priority: | normal | Component: | Plugin piclayer |
| Version: | Keywords: | arcgis | |
| Cc: |
Description (last modified by simon04)
So we can trace from open source released data.
we need to convert this and the Bounding Box : to josm compatible format.
Width: 400 Height: 400 Extent: XMin: 97275.27255 YMin: 89238.4894499999 XMax: 907479.37165 YMax: 899442.58855 Spatial Reference: PROJCS["Stereo_70",GEOGCS["GCS_Dealul_Piscului_1970",DATUM["D_Dealul_Piscului_1970",SPHEROID["Krasovsky_1940",6378245.0,298.3]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Double_Stereographic"],PARAMETER["False_Easting",500000.0],PARAMETER["False_Northing",500000.0],PARAMETER["Longitude_Of_Origin",25.0],PARAMETER["Scale_Factor",0.99975],PARAMETER["Latitude_Of_Origin",46.0],UNIT["Meter",1.0]]
Scale: 7655456.49157608
Attachments (0)
Change History (7)
comment:1 Changed 19 months ago by stoecker
- Owner changed from team to baditaflorin@…
- Status changed from new to needinfo
comment:2 Changed 18 months ago by simon04
- Description modified (diff)
- Owner changed from baditaflorin@… to team
- Status changed from needinfo to new
I assume, the ability to open Shapefiles (.shp) is requested here. This involves a transformation of coordinates (the above fragment is most likely from a corresponding .prj file; see also #6921).
comment:3 Changed 18 months ago by baditaflorin@…
I will export a piece of the map, and i don`t have a compatible way to upload to josm.
comment:4 Changed 18 months ago by baditaflorin@…
Per example : View In: > Google Earth Link is a kmz that have a archive, containing a kml http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Population_World/MapServer/kml/mapImage.kmz
That Kml contains the folowing information
<?xml version="1.0" encoding="utf-8"?>
<kml xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://www.opengis.net/kml/2.2">
<NetworkLink>
<open>1</open>
<name>Demographics/ESRI_Population_World</name>
<LookAt>
<longitude>-1.47523492544022</longitude>
<latitude>11.8018794035218</latitude>
<range>28241154.7596751</range>
</LookAt>
<Region>
<LatLonAltBox>
<north>90</north>
<south>-90</south>
<east>180</east>
<west>-180</west>
</LatLonAltBox>
<Lod>
<minLodPixels>128</minLodPixels>
<maxLodPixels>-1</maxLodPixels>
</Lod>
</Region>
<Url>
<viewRefreshMode>onStop</viewRefreshMode>
<viewRefreshTime>2</viewRefreshTime>
<href>http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Population_World/MapServer/export</href>
<viewFormat>f=kmz&bboxSR=4326&imageSR=4326&transparent=true&bbox=[bboxWest],[bboxSouth],[bboxEast],[bboxNorth]&size=[horizPixels],[vertPixels]&</viewFormat>
</Url>
</NetworkLink>
</kml>
comment:5 Changed 17 months ago by baditaflorin@…
With the latest beta, i cannot load a kml like this
<?xml version="1.0" encoding="utf-8"?>
<kml xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://www.opengis.net/kml/2.2">
<GroundOverlay>
<Icon>
<href>D:\test1.png</href>
</Icon>
<LatLonBox>
<north>52.5541800075151</north>
<south>41.3862658523298</south>
<east>30.6935289788638</east>
<west>19.5256148236786</west>
</LatLonBox>
</GroundOverlay>
</kml>
comment:6 Changed 17 months ago by bastiK
- Component changed from unspecified to Plugin piclayer
- Owner changed from team to Larry0ua
should work with piclayer plugin
comment:7 Changed 14 months ago by Don-vip
You can use the plugin opendata to open shapefiles or KML files.



What is your request?