|
|
|
PHP มีวิธี import ไฟล์ KML ลงใน Mysql มันสามารถทำได้มั้ยครับ |
|
|
|
|
|
|
|
php ยังไม่มี KML parser ซะงั้นครับ ใช้แบบ XML ได้หรือเปล่าครับ
|
|
|
|
|
Date :
2012-01-11 23:09:21 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เว็บนี้บอกว่าทำได้ครับ
Code (PHP)
<?php
$file = "somefile.kml";
$xml = simplexml_load_file($file);
$pois = $xml->xpath('//Placemark');
Code (PHP)
$file = "somefile.kml";
$xml = simplexml_load_file($file);
$ns = $xml->getDocNamespaces();
if(isset($ns[""])){
$xml->registerXPathNamespace("default",$ns[""]);
}
$pois= $xml->xpath('//default:Placemark');
http://forum.rimory.com/index.php?topic=26.0
http://code.google.com/apis/kml/documentation/kml_tut.html
|
|
|
|
|
Date :
2012-01-11 23:19:27 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ความรู้ใหม่ ว่างๆพี่วินจัดบทความหน่อยก็ดีนะครับ ตัวที่ยังไม่มีใน thaicreate อ่ะครับ
|
|
|
|
|
Date :
2012-01-11 23:32:25 |
By :
somparn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้เลยครับ รอว่างก่อน
|
|
|
|
|
Date :
2012-01-12 06:02:08 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถ้าผมว่างก่อนหน้าคุณวิน ผมจะจัดให้ 555
|
|
|
|
|
Date :
2012-01-12 07:06:48 |
By :
mr.v |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับผม
|
|
|
|
|
Date :
2012-01-12 09:07:47 |
By :
Chaan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|