smas1 / geoext-viewer

Automatically exported from code.google.com/p/geoext-viewer
GNU General Public License v3.0
0 stars 0 forks source link

Could namesearch of toolbar Input any language as English, Chinese, or another one to Search all over the world map has no error? #397

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,All

The parameters of my heron's namesearch is follow:

The namesearch
    {
        type: "namesearch",
        // Optional options, see OpenLSSearchCombo.js
        options: {
            xtype: 'hr_openlssearchcombo',
            id: "pdoksearchcombo",
            width: 240,
            listWidth: 400,
            minChars: 2,
            queryDelay: 200,
            zoom: 11,
            emptyText: 'GeoCoder',
            tooltip: 'GeoCoder',
            url: 'http://geodata.nationaalgeoregister.nl/geocoder/Geocoder?max=5'
        } 
    },

I has 2 requirments,
1.It can input Tradition Cheinese and English at least in the box to search 
name and geocode.
2.It can search in the world map use SRS WGS:4326.
Now I have no idea how to do, please.

sam  

Original issue reported on code.google.com by wean....@gmail.com on 31 Jul 2014 at 4:05