Страница 1 из 1

кадастровий xml

Добавлено: 05 мар 2018, 12:48
xtxskif
Как открыть кадастровый xml-файл в QGIS?
(файл прилагается)

Re: кадастровий xml

Добавлено: 05 мар 2018, 12:50
trir
так
мда

Код: Выделить всё

UkrainianCadastralExchangeFile

Re: кадастровий xml

Добавлено: 05 мар 2018, 13:00
trir
для точек

Код: Выделить всё

<?xml version="1.0" encoding="UTF-8"?>
<ShemaList>
	<Shema rootElem="UkrainianCadastralExchangeFile">
		<Layer Name = "AllPoints" LayerPath="//PointInfo" EntPath="Point">
			<FieldRule Name="geom" Geom="true" Path=""> 
			   <Point Xattr="X/text()" Yattr="Y/text()"/>
			</FieldRule>
			<FieldRule Name="PN" Path="PN/text()" Attr=""/>
		</Layer>			
	</Shema>	
</ShemaList>

Re: кадастровий xml

Добавлено: 05 мар 2018, 13:01
trir