java.net: Wiki

The Source for Java Technology Collaboration


 <<O>>  Difference Topic JUG-MAP (23 - 06 Apr 2008 - Main.van_riper)
Line: 1 to 1
 
META TOPICPARENT name="SV-WEB-JUG"

Java User Groups International Map

Line: 18 to 18
  Silicon Valley Web Developer JUG <![CDATA[
Added:
>
>
Up to a maximum of 250 characters of general group description text can precede the JUG Leader and JUG Site information.
  Leaders: Mike Van Riper and Kevin Nilson
Site: https://sv-web-jug.dev.java.net/

 <<O>>  Difference Topic JUG-MAP (22 - 22 Mar 2008 - Main.van_riper)
Line: 1 to 1
 
META TOPICPARENT name="SV-WEB-JUG"

Java User Groups International Map

Line: 81 to 81
 

Managing Map Updates

Now that we have multiple volunteers managing map updates, that process is documented on this separate page. \ No newline at end of file

Added:
>
>

JUG Events Collaboration

Our proposal for collaboration between this JUG map initiative and the JUG Events is covered in detail here.

 \ No newline at end of file

 <<O>>  Difference Topic JUG-MAP (21 - 19 Nov 2007 - Main.van_riper)
Line: 1 to 1
 
META TOPICPARENT name="SV-WEB-JUG"

Java User Groups International Map

Line: 26 to 26
  -122.050766,37.392958,0
Added:
>
>
#jugStyle
 

 <<O>>  Difference Topic JUG-MAP (20 - 06 Oct 2007 - Main.van_riper)
Line: 1 to 1
 
META TOPICPARENT name="SV-WEB-JUG"

Java User Groups International Map

Line: 19 to 19
  <![CDATA[ Leaders: Mike Van Riper and
Changed:
<
<
Kevin Nilson
Site: https://sv-web-jug.dev.java.net/
>
>
Kevin Nilson
Site: https://sv-web-jug.dev.java.net/
  ]]>

 <<O>>  Difference Topic JUG-MAP (19 - 06 Oct 2007 - Main.van_riper)
Line: 1 to 1
 
META TOPICPARENT name="SV-WEB-JUG"

Java User Groups International Map

Line: 20 to 20
  <![CDATA[ Leaders: Mike Van Riper and Kevin Nilson
Changed:
<
<
Site: https://sv-web-jug.dev.java.net
>
>
Site: https://sv-web-jug.dev.java.net/
  ]]>

 <<O>>  Difference Topic JUG-MAP (18 - 03 Oct 2007 - Main.van_riper)
Line: 1 to 1
 
META TOPICPARENT name="SV-WEB-JUG"

Java User Groups International Map

Line: 17 to 17
  Silicon Valley Web Developer JUG
Changed:
<
<
Leaders
<![CDATA[ Mike Van Riper ]]> and Kevin Nilson <![CDATA[ (site) ]]>
>
>
<![CDATA[ Leaders: Mike Van Riper and Kevin Nilson
Site: https://sv-web-jug.dev.java.net ]]>
  -122.050766,37.392958,0

 <<O>>  Difference Topic JUG-MAP (17 - 21 Sep 2007 - Main.van_riper)
Line: 1 to 1
 
META TOPICPARENT name="SV-WEB-JUG"

Java User Groups International Map

Line: 33 to 33
 It is optional to attach a link to each leaders name in the description text. Because this is embedded in an XML document, you need to use CDATA sections as shown to add the links.
Changed:
<
<
When you have the XML for your JUG Placemark ready, you can email it to the JUG Leaders mailing list: jug-leaders@jugs.dev.java.net
>
>
When you have the XML for your JUG Placemark ready, you can email it to the JUG Leaders List: jug-leaders@jugs.dev.java.net
 Please include the name of the JUG in the subject of your message and prepend [MAP] in the subject line of your message. Multiple volunteers are now helping to update the world map KML file. An example of a well formed subject would be:
Line: 44 to 44
 In addition to the Placemark XML snippet, please include the name of the country where the JUG is located. This is not always obvious from the Placemark data. Thanks!
Added:
>
>
NOTE: If you can't submit the information to the JUG Leaders List, you can send it directly to Van Riper. However, this is only as a last resort. It is much preferred that you use our community mailing list instead. Any logged in java.net user can subscribe to the JUG Leaders List.
 

Geocoding Services

For the US, this service should do the trick:


 <<O>>  Difference Topic JUG-MAP (16 - 13 Sep 2007 - Main.van_riper)
Line: 1 to 1
 
META TOPICPARENT name="SV-WEB-JUG"

Java User Groups International Map

Line: 6 to 6
 The KML file is currently checked into the sv-web-jug java.net project and is accessible here.
Changed:
<
<
It is currently just a test file with enough data to confirm we can use nested folders to manage the complexity as more JUGs are added for each continent. If you would like to see your JUG listed on this map, see the section below for more information.
>
>
This map has become the official JUG Profiles Page for the JUGs Community on java.net. There are 59 JUGs on the map already and we are adding more on almost a daily basis lately. Keep them coming!
 

Adding Your JUG To The Map

Line: 45 to 46
 

Geocoding Services

Changed:
<
<
The one free international geocoding service that I have used so far is described here:
>
>
For the US, this service should do the trick:

http://geocoder.us/demo.cgi

Outside the US, the one free international geocoding service that I have used so far is described here:

 http://www.zeesource.net/maps/geocoding.do
Line: 59 to 64
  -6.174444,106.829444,Jakarta,Jakarta Raya,Indonesia
Changed:
<
<
Please note that the response comes back with latitude as first value and longitude as the second value. In the KML file XML format, the values are expected in the opposite order. So, you need to reverse the order when placing them in your XML snippet for your Placemark. In this example, the resulting coordinates element with altitude set to zero would be:
>
>
Please note that the response comes back with latitude as first value and longitude as the second value. In the KML file XML format, the values are expected in the opposite order. So, you need to reverse the order when placing them in your XML snippet for your Placemark. In this example, the resulting coordinates element with altitude set to zero would be:
 
   <coordinates>106.829444,-6.174444,0</coordinates>

 <<O>>  Difference Topic JUG-MAP (15 - 09 Sep 2007 - Main.van_riper)
Line: 1 to 1
 
META TOPICPARENT name="SV-WEB-JUG"

Java User Groups International Map

Changed:
<
<
You can see this KML file loaded into Google Maps here.
>
>
You can see this KML file loaded into Google Maps here.
 The KML file is currently checked into the sv-web-jug java.net project and is accessible here.

 <<O>>  Difference Topic JUG-MAP (14 - 30 Aug 2007 - Main.van_riper)
Line: 1 to 1
 
META TOPICPARENT name="SV-WEB-JUG"

Java User Groups International Map

Line: 32 to 32
 It is optional to attach a link to each leaders name in the description text. Because this is embedded in an XML document, you need to use CDATA sections as shown to add the links.
Changed:
<
<
When you have the XML for your JUG Placemark ready, you can email it to van_riper@dev.java.net
>
>
When you have the XML for your JUG Placemark ready, you can email it to the JUG Leaders mailing list: jug-leaders@jugs.dev.java.net
 
Added:
>
>
Please include the name of the JUG in the subject of your message and prepend [MAP] in the subject line of your message. Multiple volunteers are now helping to update the world map KML file. An example of a well formed subject would be:

   Subject: [MAP] Silicon Valley Web Developer JUG Placemark

In addition to the Placemark XML snippet, please include the name of the country where the JUG is located. This is not always obvious from the Placemark data. Thanks!

 

Geocoding Services

Line: 61 to 69
 

Managing Map Updates

Deleted:
<
<
It would be ideal to have one separate person making updates to the KML map file for each continent. I can be responsible for North America and Antarctica (:-)). I am looking for volunteers to manage updates for the other five continents. It just requires basic XML understanding and the ability to make updates to our project CVS repository to do this job. I can make the volunteers members of the sv-web-jug project in order to give them write access to our CVS repository. If you would like to volunteer to help in this way, send an email to van_riper@dev.java.net

Thanks!

 \ No newline at end of file
Added:
>
>
Now that we have multiple volunteers managing map updates, that process is documented on this separate page.

 <<O>>  Difference Topic JUG-MAP (13 - 24 Aug 2007 - Main.van_riper)
Line: 1 to 1
 
META TOPICPARENT name="SV-WEB-JUG"

Java User Groups International Map

Line: 61 to 61
 

Managing Map Updates

Changed:
<
<
It would be ideal to have one separate person making updates to the KML map file for each continent. I can be responsible for North America and Antartica (:-)). I am looking for volunteers to manage updates for the other five continents. It just requires basic XML understanding and the ability to make updates to our project CVS repository to do this job. I can make the volunteers members of the sv-web-jug project in order to give them write access to our CVS repository. If you would like to volunteer to help in this way, send an email to van_riper@dev.java.net
>
>
It would be ideal to have one separate person making updates to the KML map file for each continent. I can be responsible for North America and Antarctica (:-)). I am looking for volunteers to manage updates for the other five continents. It just requires basic XML understanding and the ability to make updates to our project CVS repository to do this job. I can make the volunteers members of the sv-web-jug project in order to give them write access to our CVS repository. If you would like to volunteer to help in this way, send an email to van_riper@dev.java.net
 Thanks! \ No newline at end of file

 <<O>>  Difference Topic JUG-MAP (12 - 17 Aug 2007 - Main.van_riper)
Line: 1 to 1
 
META TOPICPARENT name="SV-WEB-JUG"

Java User Groups International Map

Line: 57 to 57
  106.829444,-6.174444,0
Added:
>
>
The reason for the altitude value is because KML files can be used with Google Earth and/or Google Maps. For Google Maps, it is fine to omit the altitude value or set it to a default value of zero. For data intended to use with Google Earth, you would obviously want to provide an accurate altitude for your location for proper mapping onto Google Earth.
 

Managing Map Updates

It would be ideal to have one separate person making updates to the KML map file for each continent. I can be responsible for North America and Antartica (:-)). I am looking for volunteers to manage updates for the other five continents. It just requires basic XML understanding and the ability to make updates to our project CVS repository to do this job. I can make the volunteers members of the sv-web-jug project in order to give them write access to our CVS repository. If you would like to volunteer to help in this way, send an email to van_riper@dev.java.net


 <<O>>  Difference Topic JUG-MAP (11 - 15 Aug 2007 - Main.van_riper)
Line: 1 to 1
 
META TOPICPARENT name="SV-WEB-JUG"

Java User Groups International Map

Line: 43 to 43
 As an example, here is the REST request to get the latitude/longitude values for Jakarta, Indonesia:
Changed:
<
<
http://www.zeesource.net/maps/geocode?city=Jakarta&state=&country=Indonesia
>
>
http://www.zeesource.net/maps/geocode?city=Jakarta&state=&country=Indonesia
 And the result you get back in the browser is:
Changed:
<
<
-6.174444,106.829444,Jakarta,Jakarta Raya,Indonesia
>
>
   -6.174444,106.829444,Jakarta,Jakarta Raya,Indonesia
 Please note that the response comes back with latitude as first value and longitude as the second value. In the KML file XML format, the values are expected in the opposite order. So, you need to reverse the order when placing them in your XML snippet for your Placemark. In this example, the resulting coordinates element with altitude set to zero would be:

 <<O>>  Difference Topic JUG-MAP (10 - 15 Aug 2007 - Main.van_riper)
Line: 1 to 1
 
META TOPICPARENT name="SV-WEB-JUG"

Java User Groups International Map

Line: 51 to 51
 Please note that the response comes back with latitude as first value and longitude as the second value. In the KML file XML format, the values are expected in the opposite order. So, you need to reverse the order when placing them in your XML snippet for your Placemark. In this example, the resulting coordinates element with altitude set to zero would be:
Changed:
<
<
106.829444,-6.174444,0
>
>
   <coordinates>106.829444,-6.174444,0</coordinates>
 

Managing Map Updates


 <<O>>  Difference Topic JUG-MAP (9 - 15 Aug 2007 - Main.van_riper)
Line: 1 to 1
 
META TOPICPARENT name="SV-WEB-JUG"

Java User Groups International Map


 <<O>>  Difference Topic JUG-MAP (8 - 15 Aug 2007 - Main.van_riper)
Line: 1 to 1
 
META TOPICPARENT name="SV-WEB-JUG"

Java User Groups International Map

Line: 34 to 34
 When you have the XML for your JUG Placemark ready, you can email it to van_riper@dev.java.net
Added:
>
>

Geocoding Services

The one free international geocoding service that I have used so far is described here:

http://www.zeesource.net/maps/geocoding.do

As an example, here is the REST request to get the latitude/longitude values for Jakarta, Indonesia:

http://www.zeesource.net/maps/geocode?city=Jakarta&state=&country=Indonesia

And the result you get back in the browser is:

-6.174444,106.829444,Jakarta,Jakarta Raya,Indonesia

Please note that the response comes back with latitude as first value and longitude as the second value. In the KML file XML format, the values are expected in the opposite order. So, you need to reverse the order when placing them in your XML snippet for your Placemark. In this example, the resulting coordinates element with altitude set to zero would be:

106.829444,-6.174444,0

 

Managing Map Updates

It would be ideal to have one separate person making updates to the KML map file for each continent. I can be responsible for North America and Antartica (:-)). I am looking for volunteers to manage updates for the other five continents. It just requires basic XML understanding and the ability to make updates to our project CVS repository to do this job. I can make the volunteers members of the sv-web-jug project in order to give them write access to our CVS repository. If you would like to volunteer to help in this way, send an email to van_riper@dev.java.net


 <<O>>  Difference Topic JUG-MAP (7 - 12 Aug 2007 - Main.van_riper)
Line: 1 to 1
 
META TOPICPARENT name="SV-WEB-JUG"

Java User Groups International Map

Changed:
<
<
You can see this KML file loaded into Google Maps here.
>
>
You can see this KML file loaded into Google Maps here.
 The KML file is currently checked into the sv-web-jug java.net project and is accessible here.

 <<O>>  Difference Topic JUG-MAP (6 - 05 Aug 2007 - Main.van_riper)
Line: 1 to 1
 
META TOPICPARENT name="SV-WEB-JUG"

Java User Groups International Map

Deleted:
<
<
The KML file is currently checked into the sv-web-jug java.net project and is accessible here.
 You can see this KML file loaded into Google Maps here.
Changed:
<
<
It is currently just a test file with enough data to confirm we can use nested folders to manage the complexity as more JUGs are added to the file. If you would like to see your JUG listed on this map, see the section below for more information.
>
>
The KML file is currently checked into the sv-web-jug java.net project and is accessible here.

It is currently just a test file with enough data to confirm we can use nested folders to manage the complexity as more JUGs are added for each continent. If you would like to see your JUG listed on this map, see the section below for more information.

 
Changed:
<
<

Adding More JUGs

>
>

Adding Your JUG To The Map

 Here is the XML that defines the Silicon Valley Web Developer JUG entry on the map:
Line: 31 to 31
 The name is not allowed to have any HTML markup in it.

It is optional to attach a link to each leaders name in the description text. Because this is embedded in an XML document, you need to use CDATA sections as shown to add the links.

Added:
>
>
When you have the XML for your JUG Placemark ready, you can email it to van_riper@dev.java.net

Managing Map Updates

It would be ideal to have one separate person making updates to the KML map file for each continent. I can be responsible for North America and Antartica (:-)). I am looking for volunteers to manage updates for the other five continents. It just requires basic XML understanding and the ability to make updates to our project CVS repository to do this job. I can make the volunteers members of the sv-web-jug project in order to give them write access to our CVS repository. If you would like to volunteer to help in this way, send an email to van_riper@dev.java.net

Thanks!


 <<O>>  Difference Topic JUG-MAP (5 - 05 Aug 2007 - Main.van_riper)
Line: 1 to 1
 
META TOPICPARENT name="SV-WEB-JUG"

Java User Groups International Map


 <<O>>  Difference Topic JUG-MAP (4 - 05 Aug 2007 - Main.van_riper)
Line: 1 to 1
 
META TOPICPARENT name="SV-WEB-JUG"

Java User Groups International Map

Line: 10 to 10
 

Adding More JUGs

Changed:
<
<
TBD: I'll fill this in with an XML template for JUG data submission along with email address where to send the information soon.
>
>
Here is the XML that defines the Silicon Valley Web Developer JUG entry on the map:

            <Placemark>
                <name>Silicon Valley Web Developer JUG</name>
                <description>
                    Leaders: <![CDATA[ <a href="http://weblogs.java.net/blog/van_riper/">Mike Van Riper</a> ]]>
                    and Kevin Nilson
                    <![CDATA[ (<a href="https://sv-web-jug.dev.java.net">site</a>) ]]>
                </description>
                <Point>
                    <coordinates>-122.050766,37.392958,0</coordinates>
                </Point>
            </Placemark>

The coordinates are expected in the following order: longitude, latitude, altitude

The name is not allowed to have any HTML markup in it.

It is optional to attach a link to each leaders name in the description text. Because this is embedded in an XML document, you need to use CDATA sections as shown to add the links.


 <<O>>  Difference Topic JUG-MAP (3 - 05 Aug 2007 - Main.van_riper)
Line: 1 to 1
 
META TOPICPARENT name="SV-WEB-JUG"

Java User Groups International Map

The KML file is currently checked into the sv-web-jug java.net project and is accessible here.

You can see this KML file loaded into Google Maps here. \ No newline at end of file

Added:
>
>
It is currently just a test file with enough data to confirm we can use nested folders to manage the complexity as more JUGs are added to the file. If you would like to see your JUG listed on this map, see the section below for more information.

Adding More JUGs

TBD: I'll fill this in with an XML template for JUG data submission along with email address where to send the information soon.


 <<O>>  Difference Topic JUG-MAP (2 - 05 Aug 2007 - Main.van_riper)
Line: 1 to 1
 
META TOPICPARENT name="SV-WEB-JUG"

Java User Groups International Map

The KML file is currently checked into the sv-web-jug java.net project and is accessible here. \ No newline at end of file

Added:
>
>
You can see this KML file loaded into Google Maps here.
 \ No newline at end of file

 <<O>>  Difference Topic JUG-MAP (1 - 05 Aug 2007 - Main.van_riper)
Line: 1 to 1
Added:
>
>
META TOPICPARENT name="SV-WEB-JUG"

Java User Groups International Map

The KML file is currently checked into the sv-web-jug java.net project and is accessible here.


Topic JUG-MAP . { View | Diffs r23 < r22 < r21 < r20 | More }
 XML java.net RSS