Changeset 7477 in osm


Ignore:
Timestamp:
2008-04-21T14:11:37+02:00 (17 years ago)
Author:
frederik
Message:

change frankieandshadow url in namefinder plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/namefinder/namefinder/PlaceSelection.java

    r4821 r7477  
    165165                                        component.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
    166166                                        component.repaint();
    167                                         URL url = new URL("http://www.frankieandshadow.com/osm/search.xml?find="+java.net.URLEncoder.encode(searchTerm.getText(), "UTF-8"));
     167                                        URL url = new URL("http://gazetteer.openstreetmap.org/namefinder/?find="+java.net.URLEncoder.encode(searchTerm.getText(), "UTF-8"));
    168168                                        HttpURLConnection activeConnection = (HttpURLConnection)url.openConnection();
    169169                                        System.out.println("got return: "+activeConnection.getResponseCode());
Note: See TracChangeset for help on using the changeset viewer.