api - Creating a http address for kml -


i'm using websites' api(not google) create application. i'm wondering how create http address kml? example; http://www.onemap.sg/uploadedcsvkml/sample.kml

is there way me create similar link above can use link overlay kml file onto map?

thanks in advance

it doesn't matter url looks (as long valid url). need ensure when serve on http, you supply correct mimetype. how go depends on webserver , whether serving static files or generating them on demand using scripting language.

since you've provided no details of webserver nor scripting language, can't tell how that.


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -