sql server - generate a map from an address or longitude and latitude -


i have sql server table "agency" creates following:

create table agency (     agency_id int,      agency_code varchar(20),      agency_address varchar(100),     agency_name varchar(100),     longitude float,     latitude float ) 

i coding in coldfusion , want generate maps each agency using longitude , latitude data or address.

i search lot on internet did not find fast way many thousand row.

can has idea this, or knows api generating map using longitude , latitude data?

thanks


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -