bozdoz / wp-plugin-leaflet-map

Add leaflet maps to Wordpress with shortcodes
https://wordpress.org/plugins/leaflet-map/
GNU General Public License v2.0
141 stars 72 forks source link

Marker adding does not work propperly #4

Closed pmast closed 9 years ago

pmast commented 9 years ago

Hi there!

I inserted a map and a marker like this:

[leaflet-map height=300 width=500 lng=9.96927 lat=53.54685 zoom=16 zoomcontrol="1"]
[leaflet-marker lng=9.96927 lat=53.54685 msg="Message here: click here"]

However, I do not get in rendered correctly: leaflet_plugin

I am using plugin version 1.9 and WP version 4.1

See also: http://www.aissummit.com/ais-summit-2015/venue

bozdoz commented 9 years ago

Not sure what issue you may be having. I don't see any problems with your code. Sorry for the late reply.

screenshot from 2015-04-19 15 27 40

pmast commented 9 years ago

You merged my fix already.

I cannot remember anymore what the issue was. Apparently the fix I provided was fine.

Cheers!

Patrick

On 19 Apr 2015, at 20:28, Benjamin J DeLong notifications@github.com wrote:

Not sure what issue you may be having. I don't see any problems with your code. Sorry for the late reply.

https://cloud.githubusercontent.com/assets/1410985/7220719/b6f61860-e6a8-11e4-96a4-d76565cfde35.png — Reply to this email directly or view it on GitHub https://github.com/bozdoz/wp-plugin-leaflet-map/issues/4#issuecomment-94303681.

bozdoz commented 9 years ago

Yeah, I merged that because the guy who wanted image markers wasn't bothering me anymore. But honestly I can't see how that would fix whatever issue you were having. I'm guessing that the issue might have had to do with the attribute msg instead of message?