Error of Map Module with version 1.4

33 views
Skip to first unread message

CHANGSOO PARK

unread,
May 15, 2012, 9:16:59 AM5/15/12
to Kurogo-Dev

I've got error message as below with version 1.4
=======================
Server error
The website encountered an error while retrieving
http://blar.blar.com:15005/map/campus?feed=53700e7110&group=boston&featureindex=0&category=53700e7110%3A71fe3efe9&_b=%258B%25AEV%252AQ%25B2R%25F2M%252CP%25D2Q%25CAA0%250B%2580%25AC%25CC%25BC%2594%25D4%250A%2B%253B%2511%25C8V%25AA%258D%2505%2500.
It may be down for maintenance or configured incorrectly.
Here are some suggestions:
Reload this webpage later.
HTTP Error 500 (Internal Server Error): An unexpected condition was
encountered while the server was attempting to fulfill the request.
=====================

The error point is as below

Click Map icon on Home -> Click an item of list -> Click List image on
right side of Search Text field -> Click an Item of the List -> Error

There was no error with 1.3 (The steps are different with 1.4)
Click Map icon on Home -> Click an item of list -> List (the Clicked
item and All Campuse) -> Click an Item of the List -> MAP with 3 taps
(Map, Nearby, Links)

There could be big change on Map Module between 1.3 and 1.4 version.

Could you let me know what should I do to fix the above error please?

CHANGSOO PARK

unread,
May 15, 2012, 11:49:59 AM5/15/12
to Kurogo-Dev
I think there is a problem with .klm file.

below first <Placemark> is working well but the second <Placemark>
with <Polygon> is not working.

Is there any configuration to allow for using <Ploygon> in KML file?

<Placemark>
<name>Working well</name>
<description>Attached to the ground. Intelligently places
itself at the
height of the underlying terrain.</description>
<Point>
<coordinates>-71.05720146107079,42.35768477715064</
coordinates>
</Point>
</Placemark>
<Placemark> <name>Sample Polygon</name>
<Polygon> <outerBoundaryIs> <LinearRing>
<coordinates>
135.2, 35.4, 0.
135.4, 35.6, 0.
135.2, 35.6, 0.
135.2, 35.4, 0.
</coordinates>
</LinearRing> </outerBoundaryIs> </Polygon>

<Style>
<PolyStyle>
<color>#a00000ff</color>
<outline>0</outline>
</PolyStyle>
</Style>
</Placemark>

Pete Akins

unread,
May 15, 2012, 11:53:34 AM5/15/12
to kurog...@googlegroups.com
Could you post your KML file? That will help with diagnosis.

-Pete-

Pete Akins
Modo Labs, Inc.
making mobile awesome for everyone

Sonya Huang

unread,
May 15, 2012, 12:11:37 PM5/15/12
to kurog...@googlegroups.com
Also, you are using 1.4 and not 1.4.1 right? There were a few patches made specifically to polygon handling in some of the map libraries, though I don't know if they are related to the issue you're seeing.

-sonya

CHANGSOO PARK

unread,
May 15, 2012, 1:21:19 PM5/15/12
to Kurogo-Dev
Sure Pete.

The first <Placemark> is working but other 2 <Placemark>s who use
<Ploygon> are not working.
Same kml file is working on 1.3 version.

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://
www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2"
xmlns:atom="http://www.w3.org/2005/Atom">
<Document>
<name>~GE1E1.kmz</name>
<Style id="sn_ylw-pushpin0">
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</
href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
<LineStyle>
<color>ff00aa00</color>
</LineStyle>
<PolyStyle>
<color>ff00aa00</color>
</PolyStyle>
</Style>
<StyleMap id="m_ylw-pushpin0">
<Pair>
<key>normal</key>
<styleUrl>#s_ylw-pushpin0</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#s_ylw-pushpin_hl0</styleUrl>
</Pair>
</StyleMap>
<Style id="sh_ylw-pushpin">
<IconStyle>
<scale>1.3</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</
href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
<LineStyle>
<color>ff00aa00</color>
</LineStyle>
<PolyStyle>
<color>ff00aa00</color>
</PolyStyle>
</Style>
<Style id="sh_ylw-pushpin0">
<IconStyle>
<scale>1.3</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</
href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
<LineStyle>
<color>ff00aa00</color>
</LineStyle>
<PolyStyle>
<color>ff00aa00</color>
</PolyStyle>
</Style>
<Style id="s_ylw-pushpin_hl0">
<IconStyle>
<scale>1.3</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</
href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
<LineStyle>
<color>ff00aa00</color>
</LineStyle>
<PolyStyle>
<color>ff00aa00</color>
</PolyStyle>
</Style>
<StyleMap id="msn_ylw-pushpin0">
<Pair>
<key>normal</key>
<styleUrl>#sn_ylw-pushpin</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#sh_ylw-pushpin</styleUrl>
</Pair>
</StyleMap>
<Style id="s_ylw-pushpin0">
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</
href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
<LineStyle>
<color>ff00aa00</color>
</LineStyle>
<PolyStyle>
<color>ff00aa00</color>
</PolyStyle>
</Style>
<Style id="sn_ylw-pushpin">
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</
href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
<LineStyle>
<color>ff00aa00</color>
</LineStyle>
<PolyStyle>
<color>ff00aa00</color>
</PolyStyle>
</Style>
<StyleMap id="msn_ylw-pushpin">
<Pair>
<key>normal</key>
<styleUrl>#sn_ylw-pushpin0</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#sh_ylw-pushpin0</styleUrl>
</Pair>
</StyleMap>
<Folder>
<name>Boston</name>
<Placemark>
<name>82 Devonshire Street, Boston MA 02109</name>
<description>Attached to the ground. Intelligently places
itself at the
height of the underlying terrain.</description>
<Point>
<coordinates>-71.05720146107079,42.35768477715064</
coordinates>
</Point>
</Placemark>
<Placemark>
<name> New Polygon</name>
<TimeSpan>
<begin>2010-12-20T03:00:00Z</begin>
<end>2010-12-21T02:59:59Z</end>
</TimeSpan>
<description>This is a new polygon.</description>

<Polygon>
<altitudeMode>absolute</altitudeMode>
<outerBoundaryIs> <LinearRing>
<coordinates>
135.2, 35.4, 0.
135.4, 35.6, 10000.
135.2, 35.6, 5000.
135.2, 35.4, 0.
</coordinates>
</LinearRing> </outerBoundaryIs> </Polygon>

<Style>
<PolyStyle>
<color>#a00000ff</color>
<outline>0</outline>
</PolyStyle>
<BalloonStyle>
<bgColor>00664422</bgColor> <textColor>fffffff</textColor>
<text><![CDATA[ $[name] <HR> $[description] <BR>
<A HREF="http://www-step.kugi.kyoto-u.ac.jp/">SPEL Home page</A>
]]> </text>
</BalloonStyle>
</Style>
</Placemark>



<Placemark>
<name>82 Devonshire Street, Boston MA 02109</name>
<styleUrl>#msn_ylw-pushpin0</styleUrl>
<Polygon>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>
-71.05720146107079,42.35768477715064,0
-71.05717182181083,42.3576645280917,0
-71.05652371302401,42.35767361079476,0
-71.05649980932027,42.35769810029423,0
-71.0566283701193,42.35808913978494,0
-71.05697325520279,42.35807740920539,0
-71.05700819671353,42.35805404176438,0
-71.05718649028792,42.35805765772842,0
-71.05720146107079,42.35768477715064,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>

</Folder>
</Document>
</kml>

CHANGSOO PARK

unread,
May 15, 2012, 1:38:04 PM5/15/12
to Kurogo-Dev
Yes We are using 1.4 not 1.4.1. Where can I get the patches?

Pete Akins

unread,
May 15, 2012, 1:56:13 PM5/15/12
to kurog...@googlegroups.com

Pete Akins
Modo Labs, Inc.
making mobile awesome for everyone

CHANGSOO PARK

unread,
May 16, 2012, 2:57:05 PM5/16/12
to Kurogo-Dev
It is solved after upgrade to Kurogo 1.4.1.

Thank you
Reply all
Reply to author
Forward
0 new messages