Opened 17 years ago

Closed 17 years ago

#1801 closed task (fixed)

Include new KML driver to the repository

Reported by: Mateusz Łoskot Owned by: Mateusz Łoskot
Priority: normal Milestone: 1.5.0
Component: OGR_SF Version: svn-trunk
Severity: normal Keywords: kml soc
Cc: Didge

Description

It's time to add the new KML read driver developed in frame of Google Summer of Code to the GDAL SVN repository.

Change History (8)

comment:1 by Mateusz Łoskot, 17 years ago

Cc: Didge added
Owner: changed from warmerdam to Mateusz Łoskot
Status: newassigned

comment:2 by Mateusz Łoskot, 17 years ago

The new KML driver sources have been added to the repository (r12091). Now, we're ready to start tweaking the building system and testing the driver.

comment:3 by Mateusz Łoskot, 17 years ago

Updated the building system to properly handle Expat and KML support (r12092).

Now,the only remaining task in this ticket is to add KML tests to the autotest package.

comment:4 by Mateusz Łoskot, 17 years ago

Updated makefiles for NMAKE from Visual C++ (r12094).

in reply to:  3 comment:5 by kyngchaos, 17 years ago

Replying to mloskot:

Updated the building system to properly handle Expat and KML support (r12092).

Hmm, I don't see $(EXPAT_INCLUDE) in the KML makefile. It fails to compile without it. I also submitted an bug (ticket #1827) for a configure + expat problem before running into this problem.

This is in the 9/12 trunk snapshot.

comment:6 by Mateusz Łoskot, 17 years ago

I started new KML driver test (r12173)

comment:7 by Mateusz Łoskot, 17 years ago

BTW, I confirmed the fix for #1827, so the ./configure and makefiles script should work well now.

comment:8 by Mateusz Łoskot, 17 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.