Modify

Opened 14 years ago

Closed 13 years ago

#7054 closed enhancement (fixed)

The ability to import from ArcGIS

Reported by: baditaflorin Owned by: Larry0ua
Priority: normal Milestone:
Component: Plugin opendata 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 (8)

comment:1 by stoecker, 14 years ago

Owner: changed from team to baditaflorin
Status: newneedinfo

What is your request?

comment:2 by simon04, 14 years ago

Description: modified (diff)
Owner: changed from baditaflorin to team
Status: needinfonew

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:4 by baditaflorin, 14 years ago

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&amp;bboxSR=4326&amp;imageSR=4326&amp;transparent=true&amp;bbox=[bboxWest],[bboxSouth],[bboxEast],[bboxNorth]&amp;size=[horizPixels],[vertPixels]&amp;</viewFormat>

</Url>

</NetworkLink>

</kml>

comment:5 by baditaflorin, 14 years ago

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 by bastiK, 14 years ago

Component: unspecifiedPlugin piclayer
Owner: changed from team to Larry0ua

should work with piclayer plugin

comment:7 by Don-vip, 14 years ago

You can use the plugin opendata to open shapefiles or KML files.

comment:8 by Don-vip, 13 years ago

Component: Plugin piclayerPlugin opendata
Resolution: fixed
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Larry0ua.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.