Search for Euplica scripta returned 1 results.

Refine results

Current filters

  • Section: Support article
  1. Support article: How to embed a species map in a web page using ALA WMS services

    By using the ALA WMS service you can easily create an occurrence layer that can be displayed in Google maps. The code below demonstrates this: <!DOCTYPE html> <html> <head> <meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <style type="text/css">   html { height: 100% }   body { height: 100%; margin: 0px; padding: 0px }   #map_canvas { height: 100% } </style> <script type="text/javascript"...

  • »