Overview
Find maps and other imagery, upload, and rectify against a real map.
You can then download and use the rectified map in your mapping applications.
Just sign up and you can start uploading and get warping!
<%= link_to "Upload Map!", new_map_path -%>
What is it?
It's a free to use, open source map warper / map georectifier, it's a bit unstable! This project is supported by Entropy Free and the New York Public Library.
Note: This has been migrated from it's old home at warper.geothings.net .
It's now running much faster and previous limits about file sizes and image dimensions have been raised much higher!
Mail me at tim@geothings.net for more information!
Tags
<% tag_cloud @tags, %w(css1 css2 css3 css4) do |tag, css_class| %>
<%= link_to tag.name, { :controller=>:maps, :action => :tag, :id => tag.name }, :class => css_class %>
<% end %>
News
<% cache "news_feeds" do %>
<% @feeds.each do |feed| %>
|
<%= link_to(feed[:title], feed[:link], :title => "click here to read this story", :target => "_blank") %>
<%= snippet(feed[:description], 30) %>
<%= link_to('read more', feed[:link], :title => "read more", :target => "_blank") %>
|
<% end unless @feeds.nil?%>
<% end %>
<%= render :partial => 'shared/search' -%>
<%= link_to 'Browse All Maps', maps_path %>
<% if @my_maps -%>
My Maps
<%= render :partial => 'maps/map', :collection => @my_maps unless @my_maps.nil? %>
<%= link_to "See all of My Maps", my_maps_path(:user_id => current_user) -%>
<%end -%>
Last Rectified Maps
<%= render :partial => 'maps/map', :collection => @maps unless @maps.nil? %>
<%= link_to 'See all Maps', maps_path %>
Recent Layers
<%= render :partial => 'layers/layer', :collection => @layers unless @layers.nil? %>
<%= link_to "View all Layers", layers_path %>
<%= link_to "Create a new layer", new_layer_path %>