NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

This is my first time going to work with maps, so need some help. I am looking for API and API document which can guide me and help me how to integrate OpenStreetMap with Codeignitor PHP and have to place to place marker in the map. majority of the locations are in Dubai. I want to make it simple.

asked 13 Feb '19, 10:23

osamaahmed32's gravatar image

osamaahmed32
21112
accept rate: 0%


The maps will typically be handled client-side, i.e. in JavaScript. This can be done e.g. in Leaflet or OpenLayers. Your PHP code should serve an HTML page with either one of those libs. Your PHP code will also be responsible for returning the data required by those libs to display the data points.

permanent link
This answer is marked "community wiki".

answered 04 Dec '19, 04:47

escada's gravatar image

escada
19.0k16166302
accept rate: 21%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×98
×34
×3

question asked: 13 Feb '19, 10:23

question was seen: 3,289 times

last updated: 04 Dec '19, 04:47

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum