问题描述
嗨
在我的应用程序中,我想在kml文件中写入一些地理数据和其他详细信息,并从kml文件中读取这些详细信息,然后在我们的应用程序中使用它.
为此,我想在我们的应用程序中读写kml文件,并且希望对kml文件及其数据进行操作.
在mainpage.xaml.cs中,我们编写了fo ;;由于代码
xdocument xdoc = new xdocument(Ptest.kml);
在上面的行中显示了错误消息,即指定的文件未出现在xap包中"
这是我们遇到的错误,如果有人知道原因,请以其他方式答复我,如果您知道其他替代方法来读取kml文件,请发布.
谢谢与问候
v.s.r.k.raju
Hi
In my application i want to write some geographical data and some other details in an kml file, and read those details from an kml file and use it in our application.
for this purpose i want to read and write kml file in our application and i want to do manipulation on the kml file and its data.
in mainpage.xaml.cs we write the fo;;owing code
xdocument xdoc=new xdocument(Ptest.kml);
in the above line it showing an error messgae i.e "the specified file does not appear in the xap package"
this is the error we are getting, please if any body knows the reason please reply me other wise if you know any alternate way to read an kml file, please post .
Thanks& Regards
v.s.r.k.raju
推荐答案
这篇关于在应用程序中的kml文件中读取数据并将数据写入.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!