Bowman68
Forum Replies Created
-
Forum: Plugins
In reply to: [Postie] Open Street Maps AddOn blocks Postie Mail ImportHi Wayne,
it works again! Excellent work and support, thank you so much!
Best,
SigmarForum: Plugins
In reply to: [OSM - OpenStreetMap] Marker don't show up in Widget or PostAfter the update it works great – markers are displayed, everything’s fine! Thanks a lot! ??
Forum: Plugins
In reply to: [OSM - OpenStreetMap] Marker don't show up in Widget or Post…maybe this generated code helps finding the problem? :
<script type=”text/javascript”>/* <![CDATA[ */(function($) {
var raster = new ol.layer.Tile({
source: new ol.source.OSM()
});
var map_ol3js_1 = new ol.Map({
layers: [raster],
target: “map_ol3js_1”,
view: new ol.View({
center: ol.proj.transform([6.378,58.213], “EPSG:4326”, “EPSG:3857”),
zoom: 12
})
});
map_ol3js_1.getView().setCenter(ol.proj.transform([9.1681972222222,47.715602777778], “EPSG:4326”, “EPSG:3857″));osm_addMarkerLayer(map_ol3js_1,9.1681972222222,47.715602777778,”../../../../wp-content/plugins/osm/icons/mic_black_camera_01.png”,-16,-41) ; osm_addPopupClickhandler(map_ol3js_1, “map_ol3js_1”); })(jQuery)/* ]]> */ </script>Forum: Plugins
In reply to: [Postie] geotag ?Awesome! Absolutely awesome! It may sound a bit exaggerated, but you can’t believe how happy i am – after messing around with crappy wordpress-apps for ios the last days, just to find a way to write geotagged posts offline an get them shown properly on a map when i’m online again – without success.
Now i just have to write a mail, attach a picture and i’m done (after preparing a page with an geotag-enabled OSM-map-shortcode once – very simple). The Postie OSM AddOn works like a breeze, i can’t imagine an easier way to get posts plotted on a map. No need for these $&%%§!-apps anymore! ??Again: Thanks for the super fast reaction, you’re a genius!
Best,
SPForum: Plugins
In reply to: [Postie] geotag ?Hi,
the two addons you mentioned look promising, the only problem (to me) is how to get the coords and paste them in the email efficiently.Idea: Would it be possible to add a feature to the plugins, allowing them to use coords contained in the EXIF-Data of images (taken with smartphones)? That would be extremely comfortable, since it would facilitate the usage for travel-blogs etc a lot (thats what i use postie for).
Best,
SPForum: Plugins
In reply to: [Google Maps CP] Image location not usedHi,
that would be great – thanks for the fast reply! ??
Best,
SPForum: Plugins
In reply to: [Google Maps CP] Image location not usedHi,
thank you for the reply! ??I finally got it working – sort of. The problem was that the compiled-in EXIF-reading in php5 wasn’t activated in Debian Jessie, uncommenting the line
exif.encode_unicode = ISO-8859-15
in /etc/php5/apache2/php.ini and a restart solved the problem – posts with geotagged images now show up on the map.
But…
1. It only works with freshly uploaded images directly in the post via webinterface. It doesn’t work with linked images from the media library.
2. Unfortunately, it doesn’t work with posts sent to the blog via email – this was the main reason why i was going for this feature (all wordpress-apps for iOS i know are somehow crappy, especially when writing an post offline).Do you see any possibility to get the geodata used by the plugin when the pictures/posts aren’t uploaded/sent via web-interface?
Best,
SP